Remove some debugging prints.

This commit is contained in:
Greg Ward 2000-10-03 03:32:37 +00:00
parent a9d37835ad
commit 25a309c0a9
1 changed files with 0 additions and 2 deletions

View 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)