Remove log statement

This commit is contained in:
Joseph Schorr 2015-02-03 16:06:23 -05:00
parent ce7033489b
commit 3bf5e93f06

View file

@ -204,8 +204,6 @@ class BuildComponent(BaseComponent):
except ValueError:
pass
logger.debug('Got log message: %s: (%s) => (%s)', phase, json_data, docker_data)
# Extract the current status message (if any).
fully_unwrapped = ''
keys_to_extract = ['error', 'status', 'stream']