Remove forgotten debug output

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7990 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Benoit Grégoire
2003-02-14 22:02:52 +00:00
parent f08e28d1b5
commit c8dc9879a1

View File

@@ -855,7 +855,6 @@ gnc_import_TransInfo_new (Transaction *trans, GncImportMatchMap *matchmap)
/* Try to find a previously selected destination account
string match for the ADD action */
printf("Compte trouv<75>: %p\n",matchmap_find_destination (matchmap, transaction_info));
gnc_import_TransInfo_set_destacc (transaction_info,
matchmap_find_destination (matchmap, transaction_info),
FALSE);