Revert "Add extra debug print statement to tls.js"
authorRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 23:54:25 +0000 (15:54 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 23:59:40 +0000 (15:59 -0800)
This reverts commit 340291c085f629050bd66668dba7cb006f896d89.

sometimes circular. would break node_g tests.

lib/tls.js

index d554258..db6807e 100644 (file)
@@ -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++) {