From f27f419d88e352df166e4e01979a08aeb8b2ea5b Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 7 Feb 2009 16:49:13 +0000 Subject: [PATCH] ofx_proc_account() already works. Remove "WRITEME". Patch by Alan Jenkins. Signed-off-by: Christian Stimming BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17880 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/ofx/gnc-ofx-import.c | 2 -- 1 file changed, 2 deletions(-) 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) {