[balsa] Remove unintended debug spew



commit 62af1eb8f84515145ed9227057d2b82fe175cd8c
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Aug 31 20:52:17 2010 -0400

    Remove unintended debug spew
    
    	* src/main-window.c: remove unintended debug spew.

 ChangeLog         |    4 ++++
 src/main-window.c |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6684d8a..43b09d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-31  Peter Bloomfield
+
+	* src/main-window.c: remove unintended debug spew.
+
 2010-08-30  Peter Bloomfield
 
 	* src/balsa-mblist.c (balsa_mblist_mailbox_node_redraw): update
diff --git a/src/main-window.c b/src/main-window.c
index e960f07..1ec4795 100644
--- a/src/main-window.c
+++ b/src/main-window.c
@@ -3735,7 +3735,6 @@ balsa_window_next_unread(BalsaWindow * window)
 
     balsa_mblist_open_mailbox(mailbox);
     index = balsa_find_index_by_mailbox(mailbox);
-    g_print("%s next unread is in \"%s\", index is %s\n", __func__, mailbox->name, index ? "nonNULL" : "NULL");
     if (index)
         balsa_index_select_next_unread(index);
     else



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