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)