]> granicus.if.org Git - python/commitdiff
get rid of spurious print
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 21:54:57 +0000 (21:54 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 14 Feb 2000 21:54:57 +0000 (21:54 +0000)
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py

index 1c804994d4adc2cf8c5156405b5a2c64d1a33220..51ab9bdad7c69b23588b7751cea0b97e1c5a8871 100644 (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
index 1c804994d4adc2cf8c5156405b5a2c64d1a33220..51ab9bdad7c69b23588b7751cea0b97e1c5a8871 100644 (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