summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2017-12-16 03:21:15 -0200
committerRuben Bridgewater <ruben@bridgewater.de>2017-12-20 01:34:01 -0300
commit1e84e69eac1d09e849e22e90570f18e2794e83a2 (patch)
tree604497ec789fef2ceacda253e4bc76253f72c853 /doc/api/console.md
parent5b4d5321ee6939044b52aa72de947911b0a8ec00 (diff)
downloadandroid-node-v8-1e84e69eac1d09e849e22e90570f18e2794e83a2.tar.gz
android-node-v8-1e84e69eac1d09e849e22e90570f18e2794e83a2.tar.bz2
android-node-v8-1e84e69eac1d09e849e22e90570f18e2794e83a2.zip
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 <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 5722f36284..84b7e2c11d 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])
<!-- YAML
added: v0.1.104