Remove unused debug code.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13311 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-02-20 00:02:01 +00:00
parent f895d7e10f
commit 4e402ce74e

View File

@ -155,13 +155,6 @@ gnc_quickfill_get_char_match (QuickFill *qf, gunichar uc)
if (NULL == qf) return NULL;
DEBUG ("xaccGetQuickFill(): index = %u\n", key);
#if DEBUG_ME
GdkWChar s[2];
s[0] = wc;
s[1] = 0;
char * r= gnc_wcstombs (s);
PINFO ("ascii char=%s (%d)\n", r, (int) r[0]);
#endif
return g_hash_table_lookup (qf->matches, GUINT_TO_POINTER (key));
}