From 0c2337fd8677590ace47f006405917b949d1d300 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 31 Jan 2022 17:12:46 +0100 Subject: remove debug print --- accounts/views.py | 1 - 1 file changed, 1 deletion(-) (limited to 'accounts') diff --git a/accounts/views.py b/accounts/views.py index a2381af..3790436 100644 --- a/accounts/views.py +++ b/accounts/views.py @@ -574,7 +574,6 @@ def personal_wrapper(request, errors): # check if user has saved the form home_tooltip = False - print(errors) if "saved" in request.GET: # show tooltip only if user is not approved and there are no errors home_tooltip = (not request.user.has_perm("client.approved")) and (len(errors) == 0) -- cgit v1.2.1