Commit 36e000e4 authored by Federico Vaga's avatar Federico Vaga

sw:py: remove debugging print

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent b01036d5
......@@ -128,7 +128,6 @@ class TrtlMessage(Structure):
return False
cnt = 0
for v1, v2 in zip(self.payload, other.payload):
print("{:x} {:x}".format(v1, v2))
if v1 != v2:
return False
cnt += 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment