commit db4f8f07bdab8ed4662065595e20850e6ad73da0
parent f6873cee99602ce5aae601f67f3b514f0e11593a
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Thu, 10 Sep 2009 10:22:23 -0400
remove redundant poll message
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/sup/poll.rb b/lib/sup/poll.rb
@@ -91,7 +91,6 @@ EOS
num = 0
numi = 0
each_message_from source do |m|
- yield "Found message at #{m.source_info} with labels {#{m.labels.to_a * ', '}}"
old_m = Index.build_message m.id
if old_m
if old_m.source.id != source.id || old_m.source_info != m.source_info