chop off some debugging & rename method

This commit is contained in:
Ward Wouts 2005-02-05 08:27:29 +00:00
parent 249656452f
commit 51e8c10e49

View file

@ -1,6 +1,6 @@
#!/usr/local/bin/ruby -w
# $Dwarf: ripnews.rb,v 1.98 2005/02/02 10:27:58 ward Exp $
# $Dwarf: ripnews.rb,v 1.99 2005/02/02 12:25:49 ward Exp $
# $Source$
#
@ -477,8 +477,8 @@ def get_multi(subj, group)
thr.run
elsif thr.status == "false" # remove finished threads
thr.join
else
p thr.status
# else
# p thr.status
end
}
puts "ouside thread\n"
@ -492,7 +492,7 @@ end
def fill_preselector(group)
if @config[group].has_key?("-I")
@articles.add_preselect_pattern(Regexp.new(@config[group]["-I"]))
@articles.set_preselect_pattern(Regexp.new(@config[group]["-I"]))
end
end