Comparing version 0.2.1 to 0.2.2
@@ -22,8 +22,6 @@ var tls = require('tls'); | ||
console.log('received log level: ' + options.log_level); | ||
if (!options.log_level) | ||
{ | ||
console.log('did not receive any log level. using default.'); | ||
options.log_level = 'log'; | ||
console.log('did not receive any log level. using default which is: ' + options.log_level); | ||
} | ||
@@ -35,4 +33,2 @@ | ||
console.log('found is: ' + found); | ||
if (!found) { | ||
@@ -39,0 +35,0 @@ log[logLevel] = function(message) { |
@@ -5,3 +5,3 @@ { | ||
"description": "TCP over SSL / TLS tunnel", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/anodejs/node-ssltunnel", | ||
@@ -8,0 +8,0 @@ "repository": { |
25075
204