From a2f498a5ef6c46a57a3e88bd6917c5e69d7a7321 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 24 Feb 2011 15:54:25 -0800 Subject: [PATCH] Revert "Add extra debug print statement to tls.js" This reverts commit 340291c085f629050bd66668dba7cb006f896d89. sometimes circular. would break node_g tests. --- lib/tls.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tls.js b/lib/tls.js index d5542583ba..db6807e06c 100644 --- a/lib/tls.js +++ b/lib/tls.js @@ -773,7 +773,6 @@ Server.prototype.setOptions = function(options) { // // TODO: make port, host part of options! exports.connect = function(port /* host, options, cb */) { - debug('tls.connect called with ' + JSON.stringify(arguments)); // parse args var host, options = {}, cb; for (var i = 1; i < arguments.length; i++) {