replace more console logs

This commit is contained in:
Matt Parker
2025-10-24 19:33:18 +10:00
parent 990c743f98
commit 21e5218ea3
3 changed files with 10 additions and 12 deletions

View File

@@ -51,7 +51,6 @@ public partial class IdeRoot : Control
{
GodotGlobalEvents.Instance = new GodotGlobalEvents();
GlobalEvents.Instance = new GlobalEvents();
BuildService.Instance = new BuildService(); // TODO: Sort out this mess with singletons, especially access across Application services
}
public override void _ExitTree()