From d870d254f1979f1fc8564b73d93a014edbb46580 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 13 Apr 2022 19:12:12 +0200 Subject: [PATCH] drop pdbs --- ereuse_devicehub/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ereuse_devicehub/forms.py b/ereuse_devicehub/forms.py index 2ae69094..4c614c95 100644 --- a/ereuse_devicehub/forms.py +++ b/ereuse_devicehub/forms.py @@ -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():