mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove some debugging prints.
This commit is contained in:
parent
a9d37835ad
commit
25a309c0a9
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue