]> git.cworth.org Git - sup/commitdiff
remove spurious log message
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Dec 2007 22:17:40 +0000 (22:17 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 10 Dec 2007 22:17:40 +0000 (22:17 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@766 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/thread-index-mode.rb

index dbb3f1903beef08d6bea2bd3d97239b807a4b0ef..cfda34253e994cb816c2460906496d272e3f86b0 100644 (file)
@@ -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