Skip to content

Commit 3b7a191

Browse files
committed
Removed a debug print statement
- Legacy-Id: 14753
1 parent 2c0348c commit 3b7a191

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/utils/templatetags/textfilters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ def texescape_filter(value):
7272
@stringfilter
7373
def linkify(value):
7474
text = mark_safe(bleach.linkify(value))
75-
debug.show('text[:240]')
7675
return text

0 commit comments

Comments
 (0)