From d9ec8a351eb28fb45a597b53d8241b6c8eff3b98 Mon Sep 17 00:00:00 2001 From: Benjamin Zaslavsky Date: Thu, 16 Nov 2017 04:58:22 +0100 Subject: [PATCH] doc: removing description for console.debug As seen in PR #17033, console.debug() is being fully implemented. Removing its description from here to include it in the other PR Fixes: https://github.com/nodejs/node/issues/16755 Refs: https://github.com/nodejs/node/pull/17033#issuecomment-344751178 --- doc/api/console.md | 9 --------- 1 file changed, 9 deletions(-) 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)