Skip to content

Commit

Permalink
Remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomognosis committed Apr 11, 2024
1 parent 04cce9f commit 1425b63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/api/services/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __init__(self, request_data, request_headers, validate_captcha, validate_csr
self.csrf = CSRF.instance

def validate(self):
import pdb; pdb.set_trace()
if self.validate_csrf:
self.csrf_validation()
if len(self.errors) > 0:
Expand Down

0 comments on commit 1425b63

Please sign in to comment.