You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Remove stray debug hook
This commit is contained in:
@@ -666,10 +666,6 @@ class SourceWalker(GenericASTTraversal, object):
|
|||||||
self.default(node)
|
self.default(node)
|
||||||
self.n_fstring_expr = n_fstring_expr
|
self.n_fstring_expr = n_fstring_expr
|
||||||
|
|
||||||
def n_func_args36(node):
|
|
||||||
from trepan.api import debug; debug()
|
|
||||||
|
|
||||||
|
|
||||||
def n_fstring_single(node):
|
def n_fstring_single(node):
|
||||||
f_conversion(node)
|
f_conversion(node)
|
||||||
self.default(node)
|
self.default(node)
|
||||||
|
Reference in New Issue
Block a user