mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 17:46:18 +00:00
remove unused console.log
This commit is contained in:
parent
9a499248df
commit
0294aa8a04
1
app.js
1
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();
|
||||
|
Loading…
Reference in New Issue
Block a user