From: wmorgan Date: Thu, 25 Oct 2007 22:11:31 +0000 (+0000) Subject: remove spurious debugging message X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=465349e03930b9b5fd6962209db69a0fc15bfb35;p=sup remove spurious debugging message git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@612 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/thread.rb b/lib/sup/thread.rb index bf7f42d..a0cf35d 100644 --- a/lib/sup/thread.rb +++ b/lib/sup/thread.rb @@ -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