Skip to content

Commit

Permalink
Merge pull request #319 from rasmus/no-command-output
Browse files Browse the repository at this point in the history
Don't print commands
  • Loading branch information
rasmus authored Dec 12, 2023
2 parents 66e42f5 + a61e379 commit 662965e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Bake/Services/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ private async Task<IRunnerResult> InternalExecuteAsync(CancellationToken cancell
{
await using var stream = await _log.OpenWriteAsync(cancellationToken);

Console.WriteLine($"{_command} {string.Join(" ", _arguments)}");
_logger.LogTrace(
"Executing {Program} {Arguments} in {Directory}",
_command,
Expand Down

0 comments on commit 662965e

Please sign in to comment.