Heb een console.log weg gehaald

This commit is contained in:
Bram van der Veen 2015-06-27 15:03:21 +02:00
parent 7d2c86d60b
commit a3bb72a341

1
app.js
View file

@ -22,7 +22,6 @@ app.get('/', function (req, res) {
});
function start(port) {
console.log('Started Hoewerkt on port', port);
app.listen(port);
}