summaryrefslogtreecommitdiffstats
path: root/plugins/ommysql/ommysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ommysql/ommysql.c')
-rw-r--r--plugins/ommysql/ommysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ommysql/ommysql.c b/plugins/ommysql/ommysql.c
index 33651a79..bb3441af 100644
--- a/plugins/ommysql/ommysql.c
+++ b/plugins/ommysql/ommysql.c
@@ -196,7 +196,6 @@ rsRetVal writeMySQL(uchar *psz, instanceData *pData)
}
finalize_it:
-dbgprintf("writeMySQL result: %d\n", iRet);
if(iRet == RS_RET_OK) {
pData->uLastMySQLErrno = 0; /* reset error for error supression */
}