Skip to content

Commit 59c2b8f

Browse files
committed
Removed some unused code
- Legacy-Id: 1872
1 parent 9e23b47 commit 59c2b8f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ietf/idtracker/templatetags/ietf_filters.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,6 @@ def id_index_wrap(text):
294294
x = x.replace("\n", "\n ")
295295
return " "+x.strip()
296296

297-
@register.filter(name="id_abstracts_wrap")
298-
def id_abstracts_wrap(text):
299-
text = text.replace("\n", " ")
300-
x = wordwrap(text, 70)
301-
x = x.replace("\n", "\n ")
302-
return " "+x.strip()
303-
304297
@register.filter(name='greater_than')
305298
def greater_than(x, y):
306299
return x > int(y)

0 commit comments

Comments
 (0)