Skip to content

Commit cfc9ffd

Browse files
committed
disable debugging output
1 parent 79c5aca commit cfc9ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TarkovMonitor/GameWatcher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ public void SetupScreenshotWatcher()
155155
bool screensPathExists = Directory.Exists(ScreenshotsPath);
156156
if (!screensPathExists)
157157
{
158-
DebugMessage?.Invoke(this, new($"EFT screenshots folder not found; {ScreenshotsPath}"));
158+
//DebugMessage?.Invoke(this, new($"EFT screenshots folder not found; {ScreenshotsPath}"));
159159
}
160160
else
161161
{
162-
DebugMessage?.Invoke(this, new($"Watching EFT screenshots folder: {ScreenshotsPath}"));
162+
//DebugMessage?.Invoke(this, new($"Watching EFT screenshots folder: {ScreenshotsPath}"));
163163
}
164164
string watchPath = screensPathExists ? ScreenshotsPath : Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
165165
screenshotWatcher.Path = watchPath;

0 commit comments

Comments
 (0)