forked from mirror/go-sqlite3
Remove debug message
This commit is contained in:
parent
1354684d2b
commit
e3990c31a0
|
@ -503,7 +503,6 @@ func (s *SQLiteStmt) bind(args []driver.Value) error {
|
||||||
return s.c.lastError()
|
return s.c.lastError()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println(4)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue