Skip to content

Commit

Permalink
Don't print commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus authored Dec 12, 2023
1 parent 66e42f5 commit a61e379
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 a61e379

Please sign in to comment.