From 2d578ad996de13acbe1227a8565c89dcd95d8bc8 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 7 Jan 2019 12:42:17 -0500 Subject: lib: move DEP0026 to end of life MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/25377 Reviewed-By: James M Snell Reviewed-By: Gus Caplan Reviewed-By: Michaël Zasso Reviewed-By: Matteo Collina Reviewed-By: Anna Henningsen Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Ruben Bridgewater --- doc/api/util.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/api/util.md') 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]) - - -> Stability: 0 - Deprecated: Use [`console.log()`][] instead. - -Deprecated predecessor of `console.log`. - ### util.puts([...strings])