Explorar el Código

Remove build target from logs

Ben Firshman hace 12 años
padre
commit
26ea08087a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plum/service.py

+ 1 - 1
plum/service.py

@@ -116,7 +116,7 @@ class Service(object):
         return container_options
 
     def build(self):
-        log.info('Building %s from "%s"...' % (self.name, self.options['build']))
+        log.info('Building %s...' % self.name)
 
         build_output = self.client.build(self.options['build'], stream=True)