Removes debugging code [TGSDeploy]

This commit is contained in:
Jordan Brown
2017-11-12 15:50:52 -05:00
committed by GitHub
parent a372b22fd3
commit 20adbc7e1a
-1
View File
@@ -21,7 +21,6 @@ namespace TGDreamDaemonBridge
[DllExport("DDEntryPoint", CallingConvention = CallingConvention.Cdecl)]
public static int DDEntryPoint(int argc, [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPStr, SizeParamIndex = 0)]string[] args)
{
System.Diagnostics.Debugger.Launch();
try
{
var parsedArgs = new List<string>();