]> git.cworth.org Git - sup/commitdiff
log message cleanup
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 14 Sep 2007 01:50:33 +0000 (01:50 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 14 Sep 2007 01:50:33 +0000 (01:50 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@568 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/thread.rb

index 829c962c3f2a44ab2857c6c8c7ea7bbeb8c6a497..bf7f42d9cf8f4254dd74e6dfc8b786b9736d788a 100644 (file)
@@ -313,7 +313,6 @@ class ThreadSet
   ## may do nothing if m's thread is killed
   def load_thread_for_message m, opts={}
     good = @index.each_message_in_thread_for m, opts do |mid, builder|
-      Redwood::log "  > got #{mid}"
       next if contains_id? mid
       add_message builder.call
     end