drop pdbs
This commit is contained in:
parent
4e19b9233b
commit
d870d254f1
|
@ -108,7 +108,6 @@ class ProfileForm(FlaskForm):
|
||||||
if not is_valid:
|
if not is_valid:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# import pdb; pdb.set_trace()
|
|
||||||
email = self.email.data
|
email = self.email.data
|
||||||
if email != g.user.individual.email:
|
if email != g.user.individual.email:
|
||||||
if Agent.query.filter_by(email=email).first():
|
if Agent.query.filter_by(email=email).first():
|
||||||
|
|
Reference in New Issue