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); }