Remove log statement
This commit is contained in:
parent
ce7033489b
commit
3bf5e93f06
1 changed files with 0 additions and 2 deletions
|
@ -204,8 +204,6 @@ class BuildComponent(BaseComponent):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
logger.debug('Got log message: %s: (%s) => (%s)', phase, json_data, docker_data)
|
|
||||||
|
|
||||||
# Extract the current status message (if any).
|
# Extract the current status message (if any).
|
||||||
fully_unwrapped = ''
|
fully_unwrapped = ''
|
||||||
keys_to_extract = ['error', 'status', 'stream']
|
keys_to_extract = ['error', 'status', 'stream']
|
||||||
|
|
Reference in a new issue