diff --git a/sqlite3.go b/sqlite3.go index fc53297..ca0180b 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -503,7 +503,6 @@ func (s *SQLiteStmt) bind(args []driver.Value) error { return s.c.lastError() } } - println(4) return nil }