Uncomment debug code

This commit is contained in:
Ruud
2013-06-14 21:51:41 +02:00
parent 8aba7825dc
commit f91707bfbe
+1 -1
View File
@@ -241,7 +241,7 @@ class Plugin(object):
def getCache(self, cache_key, url = None, **kwargs):
cache_key = md5(ss(cache_key))
cache = None #Env.get('cache').get(cache_key)
cache = Env.get('cache').get(cache_key)
if cache:
if not Env.get('dev'): log.debug('Getting cache %s', cache_key)
return cache