From 5855a154a9b2e406129f9f1981495149ed3422cb Mon Sep 17 00:00:00 2001 From: John Haverlack Date: Sat, 31 Jan 2026 22:26:39 -0900 Subject: [PATCH] Working sdl-wkr self update --- sdl-wkr/app/modules/sdl-wkr/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdl-wkr/app/modules/sdl-wkr/index.js b/sdl-wkr/app/modules/sdl-wkr/index.js index ec48d83..dab2045 100644 --- a/sdl-wkr/app/modules/sdl-wkr/index.js +++ b/sdl-wkr/app/modules/sdl-wkr/index.js @@ -259,9 +259,6 @@ function triggerWorkerUpdate(targetVersion, updateCmd) { log(`${module}: failed to exec update command: ${err}`); return; } - - // log(`${module}: exiting for self-update`); - // process.exit(0); }