From 3fc2c6af4daba2049ef993da023bf555c2a053fb Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 27 Nov 2024 13:08:43 +0100 Subject: [PATCH] remove pdb --- device/models.py | 1 - 1 file changed, 1 deletion(-) 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