diff --git a/src/Cli/dotnet/commands/dotnet-tool/install/ToolInstallGlobalOrToolPathCommand.cs b/src/Cli/dotnet/commands/dotnet-tool/install/ToolInstallGlobalOrToolPathCommand.cs index 390cf9903ac6..c8bd102cbd04 100644 --- a/src/Cli/dotnet/commands/dotnet-tool/install/ToolInstallGlobalOrToolPathCommand.cs +++ b/src/Cli/dotnet/commands/dotnet-tool/install/ToolInstallGlobalOrToolPathCommand.cs @@ -98,8 +98,6 @@ public override int Execute() } VersionRange versionRange = _parseResult.GetVersionRange(); - Console.WriteLine("The versionRange at execute is: "); - Console.WriteLine(versionRange); DirectoryPath? toolPath = null; if (!string.IsNullOrEmpty(_toolPath))