get rid of spurious print

This commit is contained in:
Jeremy Hylton 2000-02-14 21:54:57 +00:00
parent 967e509a81
commit a46fb3841b
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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