We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f81927 commit 672fc7dCopy full SHA for 672fc7d
Source/NETworkManager/Controls/RemoteDesktopControl.xaml.cs
@@ -8,7 +8,6 @@
8
using NETworkManager.Settings;
9
using NETworkManager.Utilities;
10
using System;
11
-using System.Diagnostics;
12
using System.Threading.Tasks;
13
using System.Windows;
14
using System.Windows.Input;
@@ -66,8 +65,6 @@ public bool IsConnected
66
65
if (value == _isConnected)
67
return;
68
69
- Debug.WriteLine("IsConnected: " + value);
70
-
71
_isConnected = value;
72
OnPropertyChanged();
73
}
@@ -83,8 +80,6 @@ public bool IsConnecting
83
80
if (value == _isConnecting)
84
81
85
82
86
- Debug.WriteLine("IsConnecting: " + value);
87
88
_isConnecting = value;
89
90
0 commit comments