From 465349e03930b9b5fd6962209db69a0fc15bfb35 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Thu, 25 Oct 2007 22:11:31 +0000 Subject: [PATCH] remove spurious debugging message git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@612 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/thread.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.45.2