Skip to content

Commit

Permalink
ilteriskeskin#46: remove ipdb line
Browse files Browse the repository at this point in the history
  • Loading branch information
emregeldegul committed Jan 3, 2021
1 parent 086404b commit 8f1c7d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flaskr/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def profile():
def favourite(url):
full_url = 'https://itbook.store/books/'+url
user = db.find_one("user", query={'email':session['email']})
#import ipdb; ipdb.set_trace()
if user['favs']:
for i in user['favs']:
if i == full_url:
Expand Down

0 comments on commit 8f1c7d5

Please sign in to comment.