mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Comment out old debugging console output
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15352 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
19cd819a0f
commit
7fc5813f66
@ -359,9 +359,9 @@ on_accountlist_changed (GtkTreeSelection *selection,
|
||||
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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user