Skip to content

Commit

Permalink
doc: remove old console note
Browse files Browse the repository at this point in the history
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 <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
BridgeAR authored and MylesBorins committed Jan 9, 2018
1 parent 28283ef commit b1a8ac7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1a8ac7

Please sign in to comment.