Remove some debug code

This commit is contained in:
nukeop 2017-01-05 00:13:14 +01:00
parent 73df5f3579
commit 9f8aa3ba26

View file

@ -189,9 +189,6 @@ def add_new():
for tag in quote_tags:
dbtag = Tag.query.filter_by(name=tag.name).first()
print(dbtag)
print(dbtag.name)
print(dbtag.id)
if dbtag is not None:
quote.tags.append(dbtag)
else: