Heb een console.log weg gehaald
This commit is contained in:
parent
7d2c86d60b
commit
a3bb72a341
1 changed files with 0 additions and 1 deletions
1
app.js
1
app.js
|
@ -22,7 +22,6 @@ app.get('/', function (req, res) {
|
|||
});
|
||||
|
||||
function start(port) {
|
||||
console.log('Started Hoewerkt on port', port);
|
||||
app.listen(port);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue