Style the debug window to match the sidebar

This commit is contained in:
Nick O'Leary
2016-06-20 23:08:37 +01:00
parent ab31f34862
commit 0cd20768f4
5 changed files with 89 additions and 4 deletions

View File

@@ -160,7 +160,6 @@ module.exports = function(RED) {
root: __dirname + '/lib/debug/',
dotfiles: 'deny'
};
console.log("SERVING UP",req.params[0]);
res.sendFile(req.params[0], options);
});
};