summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-07 12:42:17 -0500
committercjihrig <cjihrig@gmail.com>2019-01-10 08:59:57 -0500
commit2d578ad996de13acbe1227a8565c89dcd95d8bc8 (patch)
treebabe6ad7e611efb7ca5aa75b135e00d9a8139005 /doc/api/util.md
parentdce2f3ed93ffd3a6374a4e578f686343494519ad (diff)
downloadandroid-node-v8-2d578ad996de13acbe1227a8565c89dcd95d8bc8.tar.gz
android-node-v8-2d578ad996de13acbe1227a8565c89dcd95d8bc8.tar.bz2
android-node-v8-2d578ad996de13acbe1227a8565c89dcd95d8bc8.zip
lib: move DEP0026 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.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 3cb2c20ed0..db25a0be05 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -2167,16 +2167,6 @@ const util = require('util');
util.log('Timestamped message.');
```
-### util.print([...strings])
-<!-- YAML
-added: v0.3.0
-deprecated: v0.11.3
--->
-
-> Stability: 0 - Deprecated: Use [`console.log()`][] instead.
-
-Deprecated predecessor of `console.log`.
-
### util.puts([...strings])
<!-- YAML
added: v0.3.0