Removed raising the exception in template tag.

This commit is contained in:
Jannis Leidel
2013-05-27 16:52:26 +02:00
parent 673d584211
commit eedd3aec70

View File

@@ -111,7 +111,6 @@ class CompressorMixin(object):
assert isinstance(rendered_output, six.text_type)
return rendered_output
except Exception:
raise
if settings.DEBUG or forced:
raise