remove debug

This commit is contained in:
pointfeev 2023-01-29 23:51:50 -05:00
parent fa9d83d6d2
commit 583c15d73e

View file

@ -172,7 +172,6 @@ internal sealed partial class SelectForm : CustomForm
if (dllDirectories is null) if (dllDirectories is null)
{ {
Interlocked.Decrement(ref steamGamesToCheck); Interlocked.Decrement(ref steamGamesToCheck);
DebugForm.Current.Log("no dll " + appId + " - " + name);
RemoveFromRemainingGames(name); RemoveFromRemainingGames(name);
return; return;
} }