Skip to content

Commit

Permalink
doc: removing description for console.debug
Browse files Browse the repository at this point in the history
As seen in PR nodejs#17033, console.debug() is being fully implemented.
Removing its description from here to include it in the other PR

Fixes: nodejs#16755
Refs: nodejs#17033 (comment)
  • Loading branch information
Tiriel committed Nov 19, 2017
1 parent 1bef307 commit d9ec8a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,15 +431,6 @@ The following methods are exposed by the V8 engine in the general API but do
not display anything unless used in conjunction with the [inspector][]
(`--inspect` flag).

### console.debug(data[, ...args])
<!-- YAML
added: v8.0.0
-->
* `data` {any}
* `...args` {any}

The `console.debug()` function is an alias for [`console.log()`][].

### console.dirxml(object)
<!-- YAML
added: v8.0.0
Expand Down

0 comments on commit d9ec8a3

Please sign in to comment.