From b629ffb68b316c2919668092b3706c3fba75048a Mon Sep 17 00:00:00 2001 From: Schwirg László Date: Mon, 29 Nov 2021 10:46:54 +0100 Subject: [PATCH] test program indításának törlése --- Vrh.Log4Pro.MaintenanceConsole/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vrh.Log4Pro.MaintenanceConsole/Program.cs b/Vrh.Log4Pro.MaintenanceConsole/Program.cs index ac35a48..0d8be91 100644 --- a/Vrh.Log4Pro.MaintenanceConsole/Program.cs +++ b/Vrh.Log4Pro.MaintenanceConsole/Program.cs @@ -37,8 +37,8 @@ namespace Vrh.Log4Pro.MaintenanceConsole { static void Main(string[] args) { - Tests.T3(); - return; + //Tests.T3(); + //return; var startassystemstr = CommandLine.GetCommandLineArgument(args, CLP.CMD_STARTASSYSTEM); var startassystem = startassystemstr!=null && startassystemstr.ToLower() == "yes"; -- libgit2 0.21.2