mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Revert "Enable logs"
This reverts commit c3919d89266a85cdca90108c417919ca9e11a7ce.
This commit is contained in:
parent
3666f8c384
commit
a86d19b066
1 changed files with 0 additions and 2 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue