diff options
author | Chimrod <contact+git@chimrod.com> | 2011-08-31 10:03:00 +0200 |
---|---|---|
committer | Chimrod <contact+git@chimrod.com> | 2011-08-31 10:03:00 +0200 |
commit | 5bce540028a570f83092db1fbfe7c281949a1a2d (patch) | |
tree | cc0dd37dd6318a7754af8992ad021b9b151496dc | |
parent | 113b6f785488dd7eb2d5994b0112d4c653e1ac47 (diff) | |
download | feed2imap-5bce540028a570f83092db1fbfe7c281949a1a2d.tar.gz feed2imap-5bce540028a570f83092db1fbfe7c281949a1a2d.tar.bz2 feed2imap-5bce540028a570f83092db1fbfe7c281949a1a2d.zip |
Cleanup dev log
Diffstat (limited to '')
-rw-r--r-- | lib/feed2imap/cache.rb | 1 |
1 files changed, 0 insertions, 1 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 |