fixed: remove migration code completely

https://github.com/ltdrdata/ComfyUI-Manager/issues/1659
This commit is contained in:
Dr.Lt.Data
2025-03-14 18:24:30 +09:00
parent e5396713ce
commit 39eaa76b8a
8 changed files with 3 additions and 119 deletions

View File

@@ -1748,11 +1748,6 @@ async def default_cache_update():
logging.info("[ComfyUI-Manager] All startup tasks have been completed.")
# NOTE: hide migration button temporarily.
# if not core.get_config()['skip_migration_check']:
# await core.check_need_to_migrate()
# else:
# logging.info("[ComfyUI-Manager] Migration check is skipped...")
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()