diff --git a/doc/api/console.md b/doc/api/console.md index 458ed8ee98fed7..78655ead939d93 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -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]) - -* `data` {any} -* `...args` {any} - -The `console.debug()` function is an alias for [`console.log()`][]. - ### console.dirxml(object)