mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
remove ssl not enabled message
This commit is contained in:
parent
e9e4d65ad4
commit
8a9045b335
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ exports.restartServer = function () {
|
|||
|
||||
} else {
|
||||
|
||||
console.log( "SSL -- not enabled!" );
|
||||
|
||||
var http = require('http');
|
||||
server = http.createServer(app);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue