r18942 - gnucash/trunk/src/bin - Forgot to delete a diagnostic in 18941

John Ralls jralls at code.gnucash.org
Sun Mar 21 15:13:35 EDT 2010


Author: jralls
Date: 2010-03-21 15:13:35 -0400 (Sun, 21 Mar 2010)
New Revision: 18942
Trac: http://svn.gnucash.org/trac/changeset/18942

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Forgot to delete a diagnostic in 18941

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2010-03-21 09:37:59 UTC (rev 18941)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2010-03-21 19:13:35 UTC (rev 18942)
@@ -585,7 +585,6 @@
 #ifdef ENABLE_BINRELOC
     {
         GError *binreloc_error = NULL;
-	g_print("Checking for Binreloc\n");
         if (!gnc_gbr_init(&binreloc_error))
         {
             g_print("main: Error on gnc_gbr_init: %s\n", binreloc_error->message);



More information about the gnucash-changes mailing list