From 32575ff4d36781b3b84e5382556628bd7092b302 Mon Sep 17 00:00:00 2001 From: Jerker Dahlblom Date: Thu, 12 Oct 2023 17:31:12 +0300 Subject: [PATCH] debug logging turned off in client --- src/client/DCSInsight/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/DCSInsight/MainWindow.xaml.cs b/src/client/DCSInsight/MainWindow.xaml.cs index 5f32e10..85b9a87 100644 --- a/src/client/DCSInsight/MainWindow.xaml.cs +++ b/src/client/DCSInsight/MainWindow.xaml.cs @@ -94,7 +94,6 @@ private void Connect() _isConnected = false; _tcpClientHandler = new TCPClientHandler(TextBoxServer.Text, TextBoxPort.Text); _tcpClientHandler.Connect(); - _tcpClientHandler.LogJSON = true;//TODO } catch (Exception ex) {