Remove some debug code
This commit is contained in:
parent
73df5f3579
commit
9f8aa3ba26
1 changed files with 0 additions and 3 deletions
|
@ -189,9 +189,6 @@ def add_new():
|
||||||
|
|
||||||
for tag in quote_tags:
|
for tag in quote_tags:
|
||||||
dbtag = Tag.query.filter_by(name=tag.name).first()
|
dbtag = Tag.query.filter_by(name=tag.name).first()
|
||||||
print(dbtag)
|
|
||||||
print(dbtag.name)
|
|
||||||
print(dbtag.id)
|
|
||||||
if dbtag is not None:
|
if dbtag is not None:
|
||||||
quote.tags.append(dbtag)
|
quote.tags.append(dbtag)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue