Forgot to take out extra debugging code.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3708 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-02-27 06:49:04 +00:00
parent 4dce05e4f7
commit 578ced8a82

View File

@@ -108,8 +108,6 @@ sqlBuilder_escape (sqlBuilder *b, const char *str)
}
*dst_tail = 0;
g_warning (b->escape);
return b->escape;
}