drop pdbs

This commit is contained in:
Cayo Puigdefabregas 2022-04-13 19:12:12 +02:00
parent 4e19b9233b
commit d870d254f1
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ class ProfileForm(FlaskForm):
if not is_valid:
return False
# import pdb; pdb.set_trace()
email = self.email.data
if email != g.user.individual.email:
if Agent.query.filter_by(email=email).first():