mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
common.error() is just deprecated util.error() renamed. Remove calls to it and some other extraneous console logging in tests. PR-URL: https://github.com/nodejs/node/pull/3079 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>