Remove accidental debug line

This commit is contained in:
William Li 2017-04-21 17:35:38 -07:00
parent da398658dc
commit de0c37a48c

View file

@ -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);