Removed a debug print statement
- Legacy-Id: 14753
This commit is contained in:
parent
2c0348cc7a
commit
3b7a191feb
|
@ -72,5 +72,4 @@ def texescape_filter(value):
|
|||
@stringfilter
|
||||
def linkify(value):
|
||||
text = mark_safe(bleach.linkify(value))
|
||||
debug.show('text[:240]')
|
||||
return text
|
||||
|
|
Loading…
Reference in a new issue