A few cleanup items

This commit is contained in:
2025-11-29 00:50:53 -06:00
parent c8a7ec0f09
commit 5eb795fe22
3 changed files with 4 additions and 8 deletions

View File

@@ -32,10 +32,4 @@ public static class AppManager
{
MainWindow.ChangePage(pageName);
}
[Command(Name = "err")]
public static void ErrTest(string message)
{
COGWHEEL.LogError(message);
}
}