From 85bb2ec9f6b889d92bab448c7c5339ae862b3c32 Mon Sep 17 00:00:00 2001 From: Filip Krumpe Date: Tue, 4 Jan 2022 16:51:10 +0100 Subject: [PATCH] Remove debug message --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index bf79932..aeb75a5 100644 --- a/app.py +++ b/app.py @@ -4,5 +4,4 @@ app = Flask(__name__) @app.route("/") def svelte_client(path): - print(f"Trying to return {path}") return send_from_directory("webapp/public/", path) \ No newline at end of file