This commit is contained in:
Piotr Puszkiewicz 2017-03-09 18:16:26 -08:00
parent ca9268c504
commit 706e34ad47

View file

@ -22,8 +22,6 @@ namespace Microsoft.DotNet.Tools.Cache
public static CacheCommand FromArgs(string[] args, string msbuildPath = null) public static CacheCommand FromArgs(string[] args, string msbuildPath = null)
{ {
DebugHelper.HandleDebugSwitch(ref args);
var msbuildArgs = new List<string>(); var msbuildArgs = new List<string>();
var parser = Parser.Instance; var parser = Parser.Instance;