Missed a debug log

This commit is contained in:
Tyfon
2024-04-20 03:08:28 -07:00
parent 35eb3afc4a
commit 629b96f44e

View File

@@ -27,7 +27,6 @@ namespace UIFixes
{
if (__result.Actions[i].Disabled)
{
Logger.LogInfo(__result.Actions[i].Name);
__result.Actions.RemoveAt(i);
}
}