Merge "Removing TODO lacking sufficient description"

This commit is contained in:
Zuul
2022-08-05 19:23:56 +00:00
committed by Gerrit Code Review

View File

@@ -2163,7 +2163,6 @@ def run_command_and_log(log, cmd, cwd=None, env=None, retcode_only=True):
stderr=subprocess.STDOUT, shell=False,
cwd=cwd, env=env)
if retcode_only:
# TODO(aschultz): this should probably goto a log file
while True:
try:
line = proc.stdout.readline()