diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 4bc1d6c9c..e2a4baf85 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -5044,10 +5044,6 @@ export interface NS { * * Logging can be disabled for all functions by passing `ALL` as the argument. * - * Note that this does not completely remove all logging functionality. - * This only stops a function from logging when the function is successful. - * If the function fails, it will still log the reason for failure. - * * @param fn - Name of function for which to disable logging. */ disableLog(fn: string): void;