[balsa] Disable debug output



commit 0048c1d24bcb3e8b2cb48beab56eb31e65d7d827
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Apr 26 22:10:38 2017 -0400

    Disable debug output
    
        * src/balsa-icons.c: disable debug output, left enabled by
        mistake.

 ChangeLog         |    5 +++++
 src/balsa-icons.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2e9d812..3f52bed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-04-26  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       * src/balsa-icons.c: disable debug output, left enabled by
+       mistake.
+
+2017-04-26  Peter Bloomfield  <pbloomfield bellsouth net>
+
        Do not define an unused path
 
        * configure.ac: do not define BALSA_STD_PREFIX, it is not used.
diff --git a/src/balsa-icons.c b/src/balsa-icons.c
index 9f8b069..e0f8766 100644
--- a/src/balsa-icons.c
+++ b/src/balsa-icons.c
@@ -29,7 +29,7 @@
 #include "address-view.h"
 
 /* comment out the next line to suppress info about loading images */
-#if 1
+#if 0
 #define BICONS_VERBOSE
 #endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]