You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
remove debug code
This commit is contained in:
@@ -1702,7 +1702,6 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
self.prec = p
|
||||
arg += 1
|
||||
elif typ == 'C':
|
||||
try:
|
||||
low, high, sep = entry[arg]
|
||||
remaining = len(node[low:high])
|
||||
for subnode in node[low:high]:
|
||||
@@ -1713,9 +1712,6 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
pass
|
||||
pass
|
||||
arg += 1
|
||||
except:
|
||||
from trepan.api import debug; debug()
|
||||
pass
|
||||
elif typ == 'D':
|
||||
low, high, sep = entry[arg]
|
||||
remaining = len(node[low:high])
|
||||
|
Reference in New Issue
Block a user