diff --git a/app.js b/app.js index 4b3a917..1eaaa9f 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,6 @@ var app = http.createServer(function(req, res, next) { if (req.url.indexOf('/data.io.js') === -1) { if (req.url.indexOf('/js') === -1) { // Compile a function - console.log(1234); var index = jade.compileFile(__dirname + '/views/index.jade'); res.write(index()); res.end();