mirror of https://github.com/nodejs/node.git
Revert "Add extra debug print statement to tls.js"
This reverts commit 340291c085
.
sometimes circular. would break node_g tests.
pull/22966/head
parent
1f50d711b2
commit
a2f498a5ef
|
@ -773,7 +773,6 @@ Server.prototype.setOptions = function(options) {
|
||||||
//
|
//
|
||||||
// TODO: make port, host part of options!
|
// TODO: make port, host part of options!
|
||||||
exports.connect = function(port /* host, options, cb */) {
|
exports.connect = function(port /* host, options, cb */) {
|
||||||
debug('tls.connect called with ' + JSON.stringify(arguments));
|
|
||||||
// parse args
|
// parse args
|
||||||
var host, options = {}, cb;
|
var host, options = {}, cb;
|
||||||
for (var i = 1; i < arguments.length; i++) {
|
for (var i = 1; i < arguments.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue