From d1d2b50645c6b9c1bdef18ee7ed0c05ba121b5c2 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Sun, 31 May 2026 21:40:20 -0400 Subject: [PATCH] Remove old portable updater migration code. This is 2 years old so I don't think it's needed anymore. --- main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.py b/main.py index bce451a83..239a52013 100644 --- a/main.py +++ b/main.py @@ -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)