From 6da23cb97d377efd96ef34250b874e0af4b79af3 Mon Sep 17 00:00:00 2001 From: Shailaja kumari Date: Thu, 15 Feb 2024 11:54:09 +0530 Subject: [PATCH] . --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index a1e76c5..f666b37 100644 --- a/app/main.py +++ b/app/main.py @@ -63,7 +63,6 @@ def home(): # Pass dynamic variables to the template # return render_template('login.html',oauth_url) - print("oauth_url:", oauth_url) return render_template('login.html', oauth_url=oauth_url)