Skip to content

Commit

Permalink
remove diagnostic logging
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 11, 2023
1 parent 9d63771 commit a3367cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nuke/DotnetTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public static ResolvedToolsManifest Create(ToolsManifset source)
commandBuilder.KeyComparer = StringComparer.OrdinalIgnoreCase;
foreach (var tool in source.Tools)
{
Console.WriteLine("TOOL: " + tool.Key);
foreach (var command in tool.Value.Commands)
{
commandBuilder.Add(command, new FullToolCommandDefinition(tool.Key, tool.Value.Version, command));
Expand Down

0 comments on commit a3367cf

Please sign in to comment.