diff --git a/doc/api/console.md b/doc/api/console.md index 5722f362841484..84b7e2c11dac8e 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -402,11 +402,6 @@ console.timeEnd('100-elements'); // prints 100-elements: 225.438ms ``` -*Note*: As of Node.js v6.0.0, `console.timeEnd()` deletes the timer to avoid -leaking it. On older versions, the timer persisted. This allowed -`console.timeEnd()` to be called multiple times for the same label. This -functionality was unintended and is no longer supported. - ### console.trace([message][, ...args])