From b1a8ac7774e067d77cffc91b8519f6fb7168af55 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 16 Dec 2017 03:21:15 -0200 Subject: [PATCH] doc: remove old console note This should not be important anymore in newer docs. The change is also documented in the "changed" part of the function. PR-URL: https://github.com/nodejs/node/pull/17707 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/console.md | 5 ----- 1 file changed, 5 deletions(-) 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])