remove pdb
This commit is contained in:
parent
fc127673a1
commit
3fc2c6af4d
|
@ -109,7 +109,6 @@ class Device:
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.uuid:
|
if self.uuid:
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
self.last_evidence = Evidence(self.uuid)
|
self.last_evidence = Evidence(self.uuid)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue