]> git.cworth.org Git - sup/commitdiff
remove redundant poll message
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 10 Sep 2009 14:22:23 +0000 (10:22 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 10 Sep 2009 14:22:23 +0000 (10:22 -0400)
lib/sup/poll.rb

index 46fe5c5ed2cc700c294e92a2a802be47fdd754cd..b59237f2f7c6e3b9afa142adeb1260e1d6a5078f 100644 (file)
@@ -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