Skip to content

Commit d9ec8a3

Browse files
committed
doc: removing description for console.debug
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)
1 parent 1bef307 commit d9ec8a3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/api/console.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -431,15 +431,6 @@ The following methods are exposed by the V8 engine in the general API but do
431431
not display anything unless used in conjunction with the [inspector][]
432432
(`--inspect` flag).
433433

434-
### console.debug(data[, ...args])
435-
<!-- YAML
436-
added: v8.0.0
437-
-->
438-
* `data` {any}
439-
* `...args` {any}
440-
441-
The `console.debug()` function is an alias for [`console.log()`][].
442-
443434
### console.dirxml(object)
444435
<!-- YAML
445436
added: v8.0.0

0 commit comments

Comments
 (0)