[Gnucash-changes] r13311 - gnucash/trunk/src/gnome-utils - Remove
	unused debug code.
    David Hampton 
    hampton at cvs.gnucash.org
       
    Sun Feb 19 19:02:01 EST 2006
    
    
  
Author: hampton
Date: 2006-02-19 19:02:01 -0500 (Sun, 19 Feb 2006)
New Revision: 13311
Trac: http://svn.gnucash.org/trac/changeset/13311
Modified:
   gnucash/trunk/src/gnome-utils/QuickFill.c
Log:
Remove unused debug code.
Modified: gnucash/trunk/src/gnome-utils/QuickFill.c
===================================================================
--- gnucash/trunk/src/gnome-utils/QuickFill.c	2006-02-20 00:01:18 UTC (rev 13310)
+++ gnucash/trunk/src/gnome-utils/QuickFill.c	2006-02-20 00:02:01 UTC (rev 13311)
@@ -155,13 +155,6 @@
   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));
 }
    
    
More information about the gnucash-changes
mailing list