CHORE: Removed random prints and cleaned code

This commit is contained in:
2024-02-09 22:10:25 +00:00
parent 60cb8d7951
commit 9943a1492c
2 changed files with 1 additions and 3 deletions

View File

@ -76,8 +76,8 @@ def id(id: int):
# Record a view on the product
db = StatsController()
user_id = session.get('user_id')
print(user_id)
db.create(Stats(product.id, user_id))
return render_template(