Revert "Enable logs"

This reverts commit c3919d89266a85cdca90108c417919ca9e11a7ce.
This commit is contained in:
Adrien Ferrand 2021-03-19 11:34:09 +01:00
parent 3666f8c384
commit a86d19b066

View file

@ -61,8 +61,6 @@ def _execute_build(
process_output: List[str] = []
for line in process.stdout:
process_output.append(line)
print(f"${target}:${line}")
sys.stdout.flush()
_extract_state(target, line, status)
if any(state for state in status[target].values() if state == 'Chroot problem'):