From a63d350b509c6b89382e54441b8ee4dfb8cce8a6 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Tue, 13 Sep 2011 22:03:02 +0100 Subject: [PATCH] yes it's a test shut up --- modules/web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web.js b/modules/web.js index 5746634..c1e25c1 100644 --- a/modules/web.js +++ b/modules/web.js @@ -12,6 +12,7 @@ var webInterface = function(dbot) { app.get('/', function(req, res) { res.render('index', { }); + console.log('test'); }); app.listen(1337);