aboutsummaryrefslogtreecommitdiff
path: root/mu4web/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/main.py')
-rw-r--r--mu4web/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mu4web/main.py b/mu4web/main.py
index ba424ee..68bf144 100644
--- a/mu4web/main.py
+++ b/mu4web/main.py
@@ -396,7 +396,6 @@ def index():
if not current_user.is_authenticated:
return redirect(url_for('login_page_', returnto=request.path))
if id := request.args.get('id'):
- print("id =", id)
response = response_for(''.join(id).replace(' ', '+'))
else:
response = index_page()