Remove old portable updater migration code. (#14202)

* Remove old portable updater migration code.

This is 2 years old so I don't think it's needed anymore.

* Delete new_updater.py
This commit is contained in:
comfyanonymous
2026-05-31 20:47:00 -07:00
committed by GitHub
parent 4f7882a7be
commit 70a2e1a851
2 changed files with 0 additions and 42 deletions

View File

@@ -464,13 +464,6 @@ def start_comfyui(asyncio_loop=None):
folder_paths.set_temp_directory(temp_dir)
cleanup_temp()
if args.windows_standalone_build:
try:
import new_updater
new_updater.update_windows_updater()
except:
pass
if not asyncio_loop:
asyncio_loop = asyncio.new_event_loop()
asyncio.set_event_loop(asyncio_loop)