Remove debug message

This commit is contained in:
mattn 2015-03-22 03:38:57 +09:00
parent 1354684d2b
commit e3990c31a0
1 changed files with 0 additions and 1 deletions

View File

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