X-Git-Url: https://git.mdrn.pl/copyspeak.git/blobdiff_plain/2374306a346a48eb02bcedf0ce19694a1b0b7c25..c0f0f87735b113fd510ef0a0c026c05f0daf077d:/src/chunks/templatetags/chunks.py?ds=sidebyside diff --git a/src/chunks/templatetags/chunks.py b/src/chunks/templatetags/chunks.py index fa57c22..6231e4f 100644 --- a/src/chunks/templatetags/chunks.py +++ b/src/chunks/templatetags/chunks.py @@ -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