From 3cf8ceb5d3b941473d29384bfe3b7b14311d5524 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 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