diff --git a/device/models.py b/device/models.py index 2aaa470..6a21f9e 100644 --- a/device/models.py +++ b/device/models.py @@ -108,7 +108,6 @@ class Device: return if self.uuid: - import pdb; pdb.set_trace() self.last_evidence = Evidence(self.uuid) return