summaryrefslogtreecommitdiff
path: root/test/parallel/test-http.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-09-26 15:00:51 -0700
committerRich Trott <rtrott@gmail.com>2015-10-07 11:13:38 -0700
commit099cfbc58cb95b221cbbd49c6d161eae316c752d (patch)
treedab846bbcef89323ca1e3adb2fd05db383e935b9 /test/parallel/test-http.js
parenta334ddc467af6bfb3a93245a7e6f571c8dd01fa2 (diff)
downloadandroid-node-v8-099cfbc58cb95b221cbbd49c6d161eae316c752d.tar.gz
android-node-v8-099cfbc58cb95b221cbbd49c6d161eae316c752d.tar.bz2
android-node-v8-099cfbc58cb95b221cbbd49c6d161eae316c752d.zip
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>
Diffstat (limited to 'test/parallel/test-http.js')
-rw-r--r--test/parallel/test-http.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/parallel/test-http.js b/test/parallel/test-http.js
index ed040ca7f6..5738fc766d 100644
--- a/test/parallel/test-http.js
+++ b/test/parallel/test-http.js
@@ -4,10 +4,6 @@ var assert = require('assert');
var http = require('http');
var url = require('url');
-function p(x) {
- common.error(common.inspect(x));
-}
-
var responses_sent = 0;
var responses_recvd = 0;
var body0 = '';