From ad44a3436f9a059d84e14f8864470b58be7b55ae Mon Sep 17 00:00:00 2001 From: jasquat Date: Thu, 20 Oct 2022 11:08:26 -0400 Subject: [PATCH] remove debug print statement w/ burnettk cullerton --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 423b8e7..2d8e318 100644 --- a/app.py +++ b/app.py @@ -114,7 +114,6 @@ def auth_callback(plugin_display_name, auth_name): # TODO compare redirect_url to whitelist redirect_url_params_symbol = "?" - print(f"redirect_url: {redirect_url}") if re.match(r".*\?.*", redirect_url): redirect_url_params_symbol = "&"