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>
This commit is contained in:
Ruben Bridgewater 2017-12-16 03:21:15 -02:00
parent 5b4d5321ee
commit 1e84e69eac
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762

View File

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