sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 4804955e8b3aef7229e86efaa70b91ef23238e90
parent 32cfb125d5734ada6b9216a6e7738e26d20f2998
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Mon, 10 Dec 2007 22:17:40 +0000

remove spurious log message

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@766 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -482,7 +482,6 @@ protected
       @hidden_threads.delete m
       ## now it will re-appear when #update is called
     else
-      Redwood::log "#{self}: adding: #{m}"
       @ts_mutex.synchronize do
         return unless is_relevant?(m) || @ts.is_relevant?(m)
         @ts.load_thread_for_message m