1
0
Fork 0

Remove useless comment

master
Philip O'Toole 8 years ago
parent 210367b51b
commit ed304b7840

@ -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 {

Loading…
Cancel
Save