From 1a6e5b0bcf9e7c253b8d4ce4cce7d4391c69b8c9 Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Thu, 24 Oct 2024 21:17:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D1=82=20=D0=B2=20auth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Auth/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/App/Auth/auth.py b/App/Auth/auth.py index 5d2fb42..838cbeb 100644 --- a/App/Auth/auth.py +++ b/App/Auth/auth.py @@ -17,7 +17,6 @@ def auth(): return render_template('auth.html') else: data = request.form.to_dict() - print(data) auth_data = route(config, data, sql_provider, 'auth.sql') if auth_data.status: session.update({