forked from mirrors/bookwyrm
Remove pdb
This commit is contained in:
parent
1e25c2f869
commit
8aba8e80e4
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ def create_review(user, possible_book, name, content, rating):
|
|||
book = get_or_create_book(possible_book)
|
||||
|
||||
# sanitize review html
|
||||
import pdb;pdb.set_trace()
|
||||
parser = InputHtmlParser()
|
||||
parser.feed(content)
|
||||
content = parser.get_output()
|
||||
|
|
Loading…
Reference in a new issue