Skip to content

Commit ba521f0

Browse files
committed
Removed logging
1 parent f5fea29 commit ba521f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sidekick.Common.Platform/Windows/Processes/ProcessProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public string? ClientLogPath
8181
const int nChar = 256;
8282
var ss = new StringBuilder(nChar);
8383

84-
// Run GetForeGroundWindows and get active window informations
84+
// Run GetForeGroundWindows and get active window information
8585
// assign them into handle pointer variable
8686
if (User32.GetWindowText(User32.GetForegroundWindow(), ss, nChar) > 0)
8787
{
@@ -102,7 +102,7 @@ public bool IsPathOfExileInFocus
102102
{
103103
var focusedWindow = GetFocusedWindow();
104104

105-
logger.LogDebug("[ProcessProvider] Current focused window title: {0}", focusedWindow);
105+
// logger.LogDebug("[ProcessProvider] Current focused window title: {0}", focusedWindow);
106106
return focusedWindow is PATH_OF_EXILE_TITLE or PATH_OF_EXILE_2_TITLE;
107107
}
108108
}

0 commit comments

Comments
 (0)