Commit 932d1e57 by James Cammarata

Removing stray debugging print

parent 91c9bb96
......@@ -59,7 +59,6 @@ class CacheModule(BaseCacheModule):
raise KeyError
cachefile = "%s/%s" % (self._cache_dir, key)
print("getting %s" % cachefile)
try:
f = codecs.open(cachefile, 'r', encoding='utf-8')
except (OSError,IOError), e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment