mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove stale debug code
This commit is contained in:
@@ -336,13 +336,6 @@ def _generate_code(scope, mixin_funcs={}, depth=0):
|
|||||||
value = '%s.%s' % (mod, value)
|
value = '%s.%s' % (mod, value)
|
||||||
code += '%s = %s\n' % (name, value)
|
code += '%s = %s\n' % (name, value)
|
||||||
|
|
||||||
if depth == 0:
|
|
||||||
# with open('writeout.py', 'w') as f:
|
|
||||||
# f.write(code)
|
|
||||||
# import sys
|
|
||||||
# sys.stdout.write(code)
|
|
||||||
# exit()
|
|
||||||
pass
|
|
||||||
return code
|
return code
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user