Skip to content

Commit 7c6fefa

Browse files
author
rocky
committed
Remove debug print
1 parent 9600e55 commit 7c6fefa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xdis/wordcode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def findlabels(code, opc):
6868
elif op in opc.JABS_OPS:
6969
jump_offset = arg2
7070
else:
71-
print("XXX", offset, op)
7271
continue
7372
if jump_offset not in offsets:
7473
offsets.append(jump_offset)

0 commit comments

Comments
 (0)