Skip to content

Commit

Permalink
debug logging turned off in client (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlblom authored Oct 12, 2023
1 parent 78425ea commit 8ec5eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/DCSInsight/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8ec5eaa

Please sign in to comment.