diff --git a/store/store.go b/store/store.go index 3c31cd9b..97ac0cc9 100644 --- a/store/store.go +++ b/store/store.go @@ -478,7 +478,6 @@ func (s *Store) Load(r io.Reader) (int, error) { queries = append(queries, cmd) } - // Flush residual if len(queries) > 0 { _, err = s.Execute(queries, false, true) if err != nil {