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

Remove print

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