Commit 7bfd1e33 authored by Greg Ward's avatar Greg Ward

Remove some debugging prints.

parent 5e53de4c
......@@ -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