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)