Skip to content

Commit 7abf594

Browse files
committed
Remove debug code
1 parent c33945e commit 7abf594

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

generator/generate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,9 +811,7 @@ def main():
811811
if domain.domain == 'DOM':
812812
for cmd in domain.commands:
813813
if cmd.name == 'resolveNode':
814-
print('found cmd!', cmd)
815814
cmd.parameters[1].ref = 'BackendNodeId'
816-
print('found cmd!', cmd)
817815
break
818816
break
819817

0 commit comments

Comments
 (0)