mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Remove incorrect note about disableLog (#135)
This commit is contained in:
parent
2cc6e41a7e
commit
3af6e7db45
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user