remove debug logging and setting

This commit is contained in:
bymyself
2025-09-04 18:54:23 -07:00
parent 1e307564f0
commit e8dae57a6a
9 changed files with 5 additions and 155 deletions

View File

@@ -28,14 +28,6 @@ export const useManagerStateStore = defineStore('managerState', () => {
'extension.manager.supports_v4'
)
console.log('[Manager State Debug]', {
systemStats: systemStats?.system?.argv,
clientSupportsV4,
serverSupportsV4,
hasLegacyManager,
extensions: extensionStore.extensions.map((e) => e.name)
})
// Check command line args first
if (systemStats?.system?.argv?.includes('--disable-manager')) {
return ManagerUIState.DISABLED // comfyui_manager package not installed