Remove print statement used for debugging

This commit is contained in:
Martin Müller 2017-11-04 12:03:12 +01:00
parent 5068488386
commit b4e795417b

View File

@ -119,6 +119,5 @@ LEFT OUTER JOIN (
) )
) AS checked ) AS checked
ON tag.id = checked.id""", (sound,)) ON tag.id = checked.id""", (sound,))
print(tags)
return render_template("edit.html", sound=sound, tags=tags) return render_template("edit.html", sound=sound, tags=tags)