Skip to content

Commit

Permalink
ofx_proc_account() already works. Remove "WRITEME".
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cstim committed Feb 7, 2009
1 parent 5754cb3 commit f27f419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/import-export/ofx/gnc-ofx-import.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit f27f419

Please sign in to comment.