diff --git a/app/routes.py b/app/routes.py index a26839f..36606ea 100644 --- a/app/routes.py +++ b/app/routes.py @@ -55,7 +55,6 @@ def on_connect(): @main.after_request def inject_confused_button(response): if (slidev_deck_pattern.match(request.path) or request.path == '/') and response.content_type.startswith('text/html') and not flask_login.current_user.is_authenticated : - print("** INJECTION TEST PASSED **") if response.direct_passthrough: response.direct_passthrough = False body = response.get_data(as_text=True) diff --git a/app/templates/confused.html b/app/templates/confused.html index d024663..bda3375 100644 --- a/app/templates/confused.html +++ b/app/templates/confused.html @@ -5,7 +5,7 @@