diff --git a/src/ce_dcd.pas b/src/ce_dcd.pas index cd6dcfe8..121b6c12 100644 --- a/src/ce_dcd.pas +++ b/src/ce_dcd.pas @@ -75,9 +75,7 @@ begin fClient := TProcess.Create(self); fClient.Executable := clientName; fClient.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}{$IFDEF LINUX}, poWaitOnExit{$ENDIF}]; - {$IFNDEF DEBUG} fClient.ShowWindow := swoHIDE; - {$ENDIF} // fServerWasRunning := AppIsRunning((serverName)); if not fServerWasRunning then begin