Commit 90533a7c authored by Peter Uittenbroek's avatar Peter Uittenbroek

Remove print

parent 0751e476
...@@ -1946,7 +1946,6 @@ def main(args=None): ...@@ -1946,7 +1946,6 @@ def main(args=None):
try: try:
buildout = Buildout(config_file, options, buildout = Buildout(config_file, options,
user_defaults, command, args) user_defaults, command, args)
print command, args
getattr(buildout, command)(args) getattr(buildout, command)(args)
except SystemExit: except SystemExit:
logging.shutdown() logging.shutdown()
......
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