diff --git a/src/NetscriptFunctions.ts b/src/NetscriptFunctions.ts index 28cd1c257..1ae405eb5 100644 --- a/src/NetscriptFunctions.ts +++ b/src/NetscriptFunctions.ts @@ -824,10 +824,7 @@ export const ns: InternalAPI = { ++scriptsKilled; } } - helpers.log( - ctx, - () => `Killing all scripts on '${server.hostname}'. May take a few minutes for the scripts to die.`, - ); + helpers.log(ctx, () => `Killing all scripts on '${server.hostname}'.`); return scriptsKilled > 0; },