From 2fde6e5cf53e7e1e719d6ef68ea1944ebfbc7465 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 21 Jan 2022 11:30:17 +0100 Subject: [PATCH] drop pdbs --- ereuse_devicehub/inventory/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/inventory/forms.py b/ereuse_devicehub/inventory/forms.py index 70f142f7..bcdf4563 100644 --- a/ereuse_devicehub/inventory/forms.py +++ b/ereuse_devicehub/inventory/forms.py @@ -295,7 +295,7 @@ class NewDeviceForm(FlaskForm): self.instance = self.devices[self.type.data]() self.populate_obj(self.instance) db.session.add(self.instance) - import pdb; pdb.set_trace() + # import pdb; pdb.set_trace() db.session.commit() return self.instance