]> granicus.if.org Git - python/commitdiff
Remove some debugging prints.
authorGreg Ward <gward@python.net>
Tue, 3 Oct 2000 03:32:37 +0000 (03:32 +0000)
committerGreg Ward <gward@python.net>
Tue, 3 Oct 2000 03:32:37 +0000 (03:32 +0000)
Lib/distutils/command/install_lib.py

index 804dcffa604b0b44dcf9417ecb0f49e905142a27..6c4c7fe9935a7957412e452ed6c60071fe6942af 100644 (file)
@@ -71,8 +71,6 @@ class install_lib (Command):
         if self.optimize is None:
             self.optimize = 0
 
-        print "install_lib: compile=%s, optimize=%s" % \
-              (`self.compile`, `self.optimize`)
         if type(self.optimize) is not IntType:
             try:
                 self.optimize = int(self.optimize)