r15352 - gnucash/trunk/src/import-export/hbci - Comment out old debugging console output
Christian Stimming
cstim at cvs.gnucash.org
Sat Jan 13 11:01:43 EST 2007
Author: cstim
Date: 2007-01-13 11:01:43 -0500 (Sat, 13 Jan 2007)
New Revision: 15352
Trac: http://svn.gnucash.org/trac/changeset/15352
Modified:
gnucash/trunk/src/import-export/hbci/druid-hbci-initial.c
Log:
Comment out old debugging console output
Modified: gnucash/trunk/src/import-export/hbci/druid-hbci-initial.c
===================================================================
--- gnucash/trunk/src/import-export/hbci/druid-hbci-initial.c 2007-01-13 15:40:03 UTC (rev 15351)
+++ gnucash/trunk/src/import-export/hbci/druid-hbci-initial.c 2007-01-13 16:01:43 UTC (rev 15352)
@@ -359,9 +359,9 @@
if (hbci_acc) {
old_value = g_hash_table_lookup (info->gnc_hash, hbci_acc);
- printf("on_accountlist_select_row: Selected hbci_acc id %s; old_value %p \n",
+ /* printf("on_accountlist_select_row: Selected hbci_acc id %s; old_value %p \n",
AB_Account_GetAccountNumber(hbci_acc),
- old_value);
+ old_value); */
longname = gnc_hbci_account_longname(hbci_acc);
if (AB_Account_GetCurrency (hbci_acc) &&
More information about the gnucash-changes
mailing list