lib/httparty-icebox.rb in httparty-icebox-0.0.2 vs lib/httparty-icebox.rb in httparty-icebox-0.0.3

- old
+ new

@@ -108,10 +108,9 @@ def get(key, force=false) @store.get encode(key) if !stale?(key) || force end def set(key, value) - puts "Cache.set, key: #{key}, value: #{value}" @store.set encode(key), value end def exists?(key) @store.exists? encode(key)