Remove logging on run --rm

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-06-08 11:16:00 -04:00
parent 417e6ce0c9
commit b6a7db787f
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ class TopLevelCommand(Command):
dockerpty.start(project.client, container.id, interactive=not options['-T'])
exit_code = container.wait()
if options['--rm']:
log.info("Removing %s..." % container.name)
project.client.remove_container(container.id)
sys.exit(exit_code)