fixes
[copyspeak.git] / src / chunks / templatetags / chunks.py
index fa57c22..6231e4f 100644 (file)
@@ -20,7 +20,6 @@ def chunk(key, cache_time=0, raw=False):
         n = Chunk(key=key)
         n.save()
         return ''
-    print content
     return content.raw if raw else content