diff --git a/src/import-export/import-backend.c b/src/import-export/import-backend.c index f83dbc1dfb..008cc6584f 100644 --- a/src/import-export/import-backend.c +++ b/src/import-export/import-backend.c @@ -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é: %p\n",matchmap_find_destination (matchmap, transaction_info)); gnc_import_TransInfo_set_destacc (transaction_info, matchmap_find_destination (matchmap, transaction_info), FALSE);