Removed a debug print statement

- Legacy-Id: 14753
This commit is contained in:
Henrik Levkowetz 2018-03-09 15:49:25 +00:00
parent 2c0348cc7a
commit 3b7a191feb

View file

@ -72,5 +72,4 @@ def texescape_filter(value):
@stringfilter
def linkify(value):
text = mark_safe(bleach.linkify(value))
debug.show('text[:240]')
return text