[Gnucash-changes] r12144 - gnucash/trunk/src/gnome-utils - remove debugging crap

Joshua Sled jsled at cvs.gnucash.org
Tue Dec 6 23:47:20 EST 2005


Author: jsled
Date: 2005-12-06 23:47:19 -0500 (Tue, 06 Dec 2005)
New Revision: 12144
Trac: http://svn.gnucash.org/trac/changeset/12144

Modified:
   gnucash/trunk/src/gnome-utils/gnc-html.c
Log:
remove debugging crap

Modified: gnucash/trunk/src/gnome-utils/gnc-html.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-html.c	2005-12-07 04:15:51 UTC (rev 12143)
+++ gnucash/trunk/src/gnome-utils/gnc-html.c	2005-12-07 04:47:19 UTC (rev 12144)
@@ -375,9 +375,6 @@
     { URL_TYPE_OTHER, "" },
     { NULL, NULL }};
 
-  PINFO( "initializing gnc_html..." );
-  printf( "initializing gnc_html...\n" );
-
   for (i = 0; types[i].type; i++)
     gnc_html_register_urltype (types[i].type, types[i].protocol);
 



More information about the gnucash-changes mailing list