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 3d77f06..d645af1 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -140,7 +140,6 @@ func (c *SQLiteConn) Exec(query string, args []driver.Value) (driver.Result, err
println(query)
ds, err := c.Prepare(query)
if err != nil {
- println("FOO1")
return nil, err
}
s := ds.(*SQLiteStmt)