forgot to remove some server_2

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-02 19:29:31 +02:00
parent a3e3a6a950
commit 8c17f7c711

View File

@@ -32,10 +32,6 @@ try{
}).listen(8081, function() {
console.log('Running CORS Anywhere on :' + 8081);
});
server_2.listen(8080, function () {
console.log('Server listening at port %d', port);
});
}
catch(err){
console.log("Starting without https (probably on localhost)");