Kaydet (Commit) 25a309c0 authored tarafından Greg Ward's avatar Greg Ward

Remove some debugging prints.

üst a9d37835
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment