Amend 4f849c2: remove forgotten print debug.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-11-09 10:37:54 -05:00
parent 4f849c2c36
commit 8e2f76729e
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ class User(Base):
try:
return self.hats_equipped
except:
print("except")
return g.db.query(Hat).filter_by(user_id=self.id, equipped=True).all()
@property