Skip to content

Commit 672fc7d

Browse files
committed
Chore: Remove debug
1 parent 4f81927 commit 672fc7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Source/NETworkManager/Controls/RemoteDesktopControl.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using NETworkManager.Settings;
99
using NETworkManager.Utilities;
1010
using System;
11-
using System.Diagnostics;
1211
using System.Threading.Tasks;
1312
using System.Windows;
1413
using System.Windows.Input;
@@ -66,8 +65,6 @@ public bool IsConnected
6665
if (value == _isConnected)
6766
return;
6867

69-
Debug.WriteLine("IsConnected: " + value);
70-
7168
_isConnected = value;
7269
OnPropertyChanged();
7370
}
@@ -83,8 +80,6 @@ public bool IsConnecting
8380
if (value == _isConnecting)
8481
return;
8582

86-
Debug.WriteLine("IsConnecting: " + value);
87-
8883
_isConnecting = value;
8984
OnPropertyChanged();
9085
}

0 commit comments

Comments
 (0)