get rid of spurious print
diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py
index 1c80499..51ab9bd 100644
--- a/Lib/compiler/pycodegen.py
+++ b/Lib/compiler/pycodegen.py
@@ -829,7 +829,6 @@
     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
diff --git a/Tools/compiler/compiler/pycodegen.py b/Tools/compiler/compiler/pycodegen.py
index 1c80499..51ab9bd 100644
--- a/Tools/compiler/compiler/pycodegen.py
+++ b/Tools/compiler/compiler/pycodegen.py
@@ -829,7 +829,6 @@
     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