ofx_proc_account() already works. Remove "WRITEME".

Patch by Alan Jenkins.

Signed-off-by: Christian Stimming <stimming@tuhh.de>
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17880 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
Christian Stimming 18 years ago
parent 5754cb3ae7
commit f27f419d88

@ -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)
{

Loading…
Cancel
Save