Skip to content

Commit 5a63f9d

Browse files
committed
fix: remove unnecessary print
1 parent 93606fa commit 5a63f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polls/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def polls_list(request):
3131

3232
get_dict_copy = request.GET.copy()
3333
params = get_dict_copy.pop('page', True) and get_dict_copy.urlencode()
34-
print(params)
34+
3535
context = {
3636
'polls': polls,
3737
'params': params,

0 commit comments

Comments
 (0)