mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't force full debugging to the on state.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9626 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -387,8 +387,6 @@ GNCImportMainMatcher *gnc_gen_trans_list_new (GtkWidget *parent,
|
||||
GladeXML *xml;
|
||||
GtkWidget *heading_label;
|
||||
|
||||
gnc_set_log_level(MOD_IMPORT, GNC_LOG_TRACE);
|
||||
|
||||
info = g_new0 (GNCImportMainMatcher, 1);
|
||||
|
||||
/* Initialize user Settings. */
|
||||
|
||||
@@ -304,8 +304,6 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
|
||||
|
||||
ENTER(" ");
|
||||
|
||||
gnc_set_log_level(MOD_IMPORT, GNC_LOG_INFO);
|
||||
|
||||
/* check to see if the imap is NULL */
|
||||
if(!imap)
|
||||
{
|
||||
|
||||
@@ -91,7 +91,6 @@ void gnc_file_ofx_import (void)
|
||||
ofx_INFO_msg = true;
|
||||
ofx_STATUS_msg = false;
|
||||
|
||||
gnc_set_log_level(MOD_IMPORT, GNC_LOG_TRACE);
|
||||
ENTER(" ");
|
||||
|
||||
default_dir = gnc_lookup_string_option("__paths", "Import OFX", NULL);
|
||||
|
||||
Reference in New Issue
Block a user