Skip to content

Commit da265fe

Browse files
committed
[utils] shell.run: Stop printing the cwd to stdout before each command
1 parent d0e377e commit da265fe

File tree

1 file changed

+0
-1
lines changed
  • utils/swift_build_support/swift_build_support

1 file changed

+0
-1
lines changed

utils/swift_build_support/swift_build_support/shell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ def run(*args, **kwargs):
226226
if lock:
227227
lock.acquire()
228228
if echo_output:
229-
print(repo_path)
230229
_echo_command(dry_run, *args, env=env)
231230
if output:
232231
print(output, end="")

0 commit comments

Comments
 (0)