diff --git a/src/import-export/ofx/gnc-ofx-import.c b/src/import-export/ofx/gnc-ofx-import.c index a4b4142e2fe..d50f6a84b62 100644 --- a/src/import-export/ofx/gnc-ofx-import.c +++ b/src/import-export/ofx/gnc-ofx-import.c @@ -560,8 +560,6 @@ int ofx_proc_account_cb(struct OfxAccountData data, void * account_user_data) gchar * account_type_name = NULL; if(data.account_id_valid==true){ - //printf("ofx_proc_account() Now calling gnc_import_select_account()\n"); - printf("WRITEME: ofx_proc_account() Fill in the account type, default name, currency, etc. \n"); commodity_table = gnc_get_current_commodities (); if( data.currency_valid == true) {