commit 465349e03930b9b5fd6962209db69a0fc15bfb35
parent 1adee870b597fff002c4138a4ea434c1ca24388c
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 25 Oct 2007 22:11:31 +0000
remove spurious debugging message
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@612 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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