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:
parent
5b4d5321ee
commit
1e84e69eac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user