Remove incorrect note about disableLog (#135)

This commit is contained in:
Snarling
2022-10-19 17:20:31 -04:00
committed by GitHub
parent 2cc6e41a7e
commit 3af6e7db45

View File

@@ -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;