diff --git a/ereuse_devicehub/inventory/views.py b/ereuse_devicehub/inventory/views.py index f924cd90..e3ce18a4 100644 --- a/ereuse_devicehub/inventory/views.py +++ b/ereuse_devicehub/inventory/views.py @@ -253,7 +253,6 @@ class UploadSnapshotView(GenericMixView): } if form.validate_on_submit(): snapshot = form.save(commit=False) - # import pdb; pdb.set_trace() if lot_id: lot = lots.filter(Lot.id == lot_id).one() lot.devices.add(snapshot.device)