forked from server/soundboard
Remove print statement used for debugging
This commit is contained in:
parent
5068488386
commit
b4e795417b
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user