]> git.cworth.org Git - sup/blobdiff - lib/sup/poll.rb
Merge branch 'master' into next
[sup] / 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