summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-07 13:19:49 -0500
committercjihrig <cjihrig@gmail.com>2019-01-10 09:00:17 -0500
commita665d13ad9fe40092be74d32652c1301b1db7550 (patch)
tree681840fed2173a0bc7a9fb5c322c6f07755c87ba /doc/api/util.md
parent10df21b0714daae8ec9b1507e77bab7ae07e8fa7 (diff)
downloadandroid-node-v8-a665d13ad9fe40092be74d32652c1301b1db7550.tar.gz
android-node-v8-a665d13ad9fe40092be74d32652c1301b1db7550.tar.bz2
android-node-v8-a665d13ad9fe40092be74d32652c1301b1db7550.zip
lib: move DEP0028 to end of life
PR-URL: https://github.com/nodejs/node/pull/25377 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index cdfaf4bdca..e5543d189c 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1714,18 +1714,6 @@ Node.js modules. The community found and used it anyway.
It is deprecated and should not be used in new code. JavaScript comes with very
similar built-in functionality through [`Object.assign()`].
-### util.debug(string)
-<!-- YAML
-added: v0.3.0
-deprecated: v0.11.3
--->
-
-> Stability: 0 - Deprecated: Use [`console.error()`][] instead.
-
-* `string` {string} The message to print to `stderr`
-
-Deprecated predecessor of `console.error`.
-
### util.error([...strings])
<!-- YAML
added: v0.3.0