summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChimrod <contact+git@chimrod.com>2011-08-31 10:03:00 +0200
committerChimrod <contact+git@chimrod.com>2011-08-31 10:03:00 +0200
commit5bce540028a570f83092db1fbfe7c281949a1a2d (patch)
treecc0dd37dd6318a7754af8992ad021b9b151496dc
parent113b6f785488dd7eb2d5994b0112d4c653e1ac47 (diff)
downloadfeed2imap-5bce540028a570f83092db1fbfe7c281949a1a2d.tar.gz
feed2imap-5bce540028a570f83092db1fbfe7c281949a1a2d.tar.bz2
feed2imap-5bce540028a570f83092db1fbfe7c281949a1a2d.zip
Cleanup dev log
-rw-r--r--lib/feed2imap/cache.rb1
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