Remove debug message

This commit is contained in:
mattn
2015-03-22 03:38:57 +09:00
parent 1354684d2b
commit e3990c31a0

View File

@@ -503,7 +503,6 @@ func (s *SQLiteStmt) bind(args []driver.Value) error {
return s.c.lastError()
}
}
println(4)
return nil
}