mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
get rid of spurious print
This commit is contained in:
parent
967e509a81
commit
a46fb3841b
2 changed files with 0 additions and 2 deletions
|
@ -829,7 +829,6 @@ if __name__ == "__main__":
|
|||
for k, v in opts:
|
||||
if k == '-v':
|
||||
ASTVisitor.VERBOSE = ASTVisitor.VERBOSE + 1
|
||||
print k
|
||||
if k == '-q':
|
||||
f = open('/dev/null', 'wb')
|
||||
sys.stdout = f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue