From a3ef235101993cc75d751b23dc5390c60bb4d249 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 1 Jan 2010 08:52:10 +0000 Subject: [PATCH] removed debug info --- dbdimp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dbdimp.c b/dbdimp.c index 43705a8..674f0a6 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -579,7 +579,6 @@ sqlite_st_execute(SV *sth, imp_sth_t *imp_sth) } sqlite_error(sth, imp_sth->retval, sqlite3_errmsg(imp_dbh->db)); if (sqlite3_reset(imp_sth->stmt) != SQLITE_OK) { -sqlite_trace(sth, imp_sth, 3, "RESET ERROR!"); sqlite_error(sth, imp_sth->retval, sqlite3_errmsg(imp_dbh->db)); } return -5; /* -> undef in SQLite.xsi */