mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
test: remove deprecated error logging
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>
This commit is contained in:
parent
a334ddc467
commit
099cfbc58c
19 changed files with 2 additions and 135 deletions
|
@ -31,7 +31,6 @@ server.listen(common.PORT, function() {
|
|||
res.on('data', function(chunk) {
|
||||
response += chunk;
|
||||
});
|
||||
common.error('Got /hello response');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue