r17906 - gnucash/branches/2.2/src/import-export/ofx - [17880] ofx_proc_account() already works. Remove "WRITEME".

Andreas Köhler andi5 at cvs.gnucash.org
Sat Feb 14 16:11:34 EST 2009


Author: andi5
Date: 2009-02-14 16:11:34 -0500 (Sat, 14 Feb 2009)
New Revision: 17906
Trac: http://svn.gnucash.org/trac/changeset/17906

Modified:
   gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c
Log:
[17880] ofx_proc_account() already works. Remove "WRITEME".

Patch by Alan Jenkins.

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

Modified: gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c
===================================================================
--- gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c	2009-02-14 21:11:26 UTC (rev 17905)
+++ gnucash/branches/2.2/src/import-export/ofx/gnc-ofx-import.c	2009-02-14 21:11:34 UTC (rev 17906)
@@ -560,8 +560,6 @@
   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)
       {



More information about the gnucash-changes mailing list