mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
Remove some debugging prints.
This commit is contained in:
parent
a9d37835ad
commit
25a309c0a9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user