diff options
Diffstat (limited to '')
-rw-r--r-- | lib/feed2imap/cache.rb | 1 | ||||
-rw-r--r-- | lib/feed2imap/maildir.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/feed2imap/cache.rb b/lib/feed2imap/cache.rb index d012910..9fb9930 100644 --- a/lib/feed2imap/cache.rb +++ b/lib/feed2imap/cache.rb @@ -189,7 +189,6 @@ class CachedChannel i.cacheditem.index = j.index found = true # let's put j in front of itemstemp - puts "got existing: #{j.to_s}" @itemstemp.delete(j) @itemstemp.unshift(j) break diff --git a/lib/feed2imap/maildir.rb b/lib/feed2imap/maildir.rb index 89008cb..5e10723 100644 --- a/lib/feed2imap/maildir.rb +++ b/lib/feed2imap/maildir.rb @@ -49,7 +49,6 @@ class MaildirAccount return end store_message(dir, date, info) { |f| f.puts(mail) } - puts info end def to_s |