From a3bb72a3418a3a857e03e9cd73b9e9533a98a492 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Sat, 27 Jun 2015 15:03:21 +0200 Subject: [PATCH] Heb een console.log weg gehaald --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index f44edb9..37c5afc 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,6 @@ app.get('/', function (req, res) { }); function start(port) { - console.log('Started Hoewerkt on port', port); app.listen(port); }