]> git.cworth.org Git - sup/commitdiff
remove spurious debugging message
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 25 Oct 2007 22:11:31 +0000 (22:11 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 25 Oct 2007 22:11:31 +0000 (22:11 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@612 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/thread.rb

index bf7f42d9cf8f4254dd74e6dfc8b786b9736d788a..a0cf35dea9bba2aa61699ac16b23f2ed31e113b0 100644 (file)
@@ -298,7 +298,6 @@ class ThreadSet
 
   ## load in (at most) num number of threads from the index
   def load_n_threads num, opts={}
-    Redwood::log "xx each_id_by_date #{opts.inspect}"
     @index.each_id_by_date opts do |mid, builder|
       break if size >= num
       next if contains_id? mid