Skip to content

Commit 1722ee3

Browse files
zerolabstephane
authored andcommitted
Removed ipdb import
1 parent 05a37ec commit 1722ee3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webstack_django_sorting/templatetags/sorting_tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def anchor(parser, token):
3535
except IndexError:
3636
title = bits[1].capitalize()
3737

38-
__import__("ipdb").set_trace()
3938
default_sort_order = (
4039
"desc" if len(bits) >= 4 and bits[3].strip("'\"") == "desc" else "asc"
4140
)

0 commit comments

Comments
 (0)