aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3.go')
-rw-r--r--sqlite3.go1
1 files changed, 0 insertions, 1 deletions
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
}