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