From b4e795417bed19e0627f39db41ef57d9858fd5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sat, 4 Nov 2017 12:03:12 +0100 Subject: [PATCH] Remove print statement used for debugging --- soundboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/soundboard.py b/soundboard.py index 8e365b8..31c1d0f 100644 --- a/soundboard.py +++ b/soundboard.py @@ -119,6 +119,5 @@ LEFT OUTER JOIN ( ) ) AS checked ON tag.id = checked.id""", (sound,)) - print(tags) return render_template("edit.html", sound=sound, tags=tags)