Sfoglia il codice sorgente

Remove logging on run --rm

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 10 anni fa
parent
commit
b6a7db787f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      compose/cli/main.py

+ 0 - 1
compose/cli/main.py

@@ -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)