Skip to content

Commit b1a8ac7

Browse files
BridgeARMylesBorins
authored andcommitted
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: #17707 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 28283ef commit b1a8ac7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/api/console.md

-5
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,6 @@ console.timeEnd('100-elements');
402402
// prints 100-elements: 225.438ms
403403
```
404404

405-
*Note*: As of Node.js v6.0.0, `console.timeEnd()` deletes the timer to avoid
406-
leaking it. On older versions, the timer persisted. This allowed
407-
`console.timeEnd()` to be called multiple times for the same label. This
408-
functionality was unintended and is no longer supported.
409-
410405
### console.trace([message][, ...args])
411406
<!-- YAML
412407
added: v0.1.104

0 commit comments

Comments
 (0)