Remove old portable updater migration code.

This is 2 years old so I don't think it's needed anymore.
This commit is contained in:
comfyanonymous 2026-05-31 21:40:20 -04:00 committed by GitHub
parent c37d2a0dac
commit d1d2b50645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)