mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Removes debugging code [TGSDeploy]
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user