TODO? more singletons

Should we log anything from these?
This commit is contained in:
Dan Shaw
2024-05-27 23:45:04 -07:00
parent 0ca7095777
commit a92acc68a8

View File

@ -280,8 +280,11 @@ export class CoreDumpManager {
// TODO: /src/lib/singletons.ts also defines the following singletons
// sceneEntitiesManager
console.log('CoreDump: TODO? sceneEntitiesManager', this.sceneEntitiesManager)
// editorManager
console.log('CoreDump: TODO? editorManager', this.editorManager)
// enableMousePositionLogs
console.log('CoreDump: TODO? enableMousePositionLogs', this.enableMousePositionLogs)
// XState Machines
console.log('CoreDump: xstateServices', this?.__xstate__?.services)