AUDIT: r17880 - gnucash/trunk/src/import-export/ofx - ofx_proc_account() already works. Remove "WRITEME".

Christian Stimming cstim at cvs.gnucash.org
Sat Feb 7 11:49:13 EST 2009


Author: cstim
Date: 2009-02-07 11:49:13 -0500 (Sat, 07 Feb 2009)
New Revision: 17880
Trac: http://svn.gnucash.org/trac/changeset/17880

Modified:
   gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
Log:
ofx_proc_account() already works. Remove "WRITEME".

Patch by Alan Jenkins.

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

Modified: gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
===================================================================
--- gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2009-02-07 16:49:07 UTC (rev 17879)
+++ gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2009-02-07 16:49:13 UTC (rev 17880)
@@ -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