]> git.cworth.org Git - sup/commitdiff
make logging less chatty
authorEdward Z. Yang <ezyang@MIT.EDU>
Mon, 27 Jul 2009 17:39:27 +0000 (13:39 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 28 Jul 2009 15:22:42 +0000 (11:22 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
lib/sup/index.rb

index ca01ee76cc89c118933c5122b616b4b6f45a59bb..9aaa7d10f5af057a2a46993e1056ada090cdbc1f 100644 (file)
@@ -384,10 +384,10 @@ EOS
     end
 
     if killed
-      Redwood::log "thread for #{m.id} is killed, ignoring"
+      #Redwood::log "thread for #{m.id} is killed, ignoring"
       false
     else
-      Redwood::log "ran #{num_queries} queries to build thread of #{messages.size} messages for #{m.id}: #{m.subj}" if num_queries > 0
+      #Redwood::log "ran #{num_queries} queries to build thread of #{messages.size} messages for #{m.id}: #{m.subj}" if num_queries > 0
       messages.each { |mid, builder| yield mid, builder }
       true
     end