From 706e34ad4776cb2742c726fac3bf4a58120a39f8 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Thu, 9 Mar 2017 18:16:26 -0800 Subject: [PATCH] Cache --- src/dotnet/commands/dotnet-cache/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dotnet/commands/dotnet-cache/Program.cs b/src/dotnet/commands/dotnet-cache/Program.cs index 7994fdb00..10a8f7a3c 100644 --- a/src/dotnet/commands/dotnet-cache/Program.cs +++ b/src/dotnet/commands/dotnet-cache/Program.cs @@ -22,8 +22,6 @@ namespace Microsoft.DotNet.Tools.Cache public static CacheCommand FromArgs(string[] args, string msbuildPath = null) { - DebugHelper.HandleDebugSwitch(ref args); - var msbuildArgs = new List(); var parser = Parser.Instance;