remove debug
This commit is contained in:
parent
fa9d83d6d2
commit
583c15d73e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue