remove ssl not enabled message

pull/1205/head^2
John McLear 2012-12-02 18:33:31 +00:00
parent e9e4d65ad4
commit 8a9045b335
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ exports.restartServer = function () {
} else {
console.log( "SSL -- not enabled!" );
var http = require('http');
server = http.createServer(app);
}