summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-upload-buf.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-client-upload-buf.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-client-upload-buf.js')
-rw-r--r--test/parallel/test-http-client-upload-buf.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-http-client-upload-buf.js b/test/parallel/test-http-client-upload-buf.js
index 760f9c9562..57d258671c 100644
--- a/test/parallel/test-http-client-upload-buf.js
+++ b/test/parallel/test-http-client-upload-buf.js
@@ -43,8 +43,6 @@ server.on('listening', function() {
req.write(new Buffer(N));
req.end();
-
- common.error('client finished sending request');
});
process.on('exit', function() {