Remove accidental debug line
This commit is contained in:
parent
da398658dc
commit
de0c37a48c
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ namespace Microsoft.DotNet.Tools.Restore
|
|||
{
|
||||
DebugHelper.HandleDebugSwitch(ref args);
|
||||
|
||||
Reporter.Output.WriteLine(string.Join(" ", args));
|
||||
|
||||
var parser = Parser.Instance;
|
||||
|
||||
var result = parser.ParseFrom("dotnet restore", args);
|
||||
|
|
Loading…
Reference in a new issue