Removed debug log

master
Mark Moffat 2020-02-23 14:01:40 +10:30
parent 050734c476
commit 9a8ccb817f
1 changed files with 0 additions and 2 deletions

2
app.js
View File

@ -397,8 +397,6 @@ app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, 'views', 'themes')));
app.use(express.static(path.join(__dirname, 'node_modules', 'feather-icons')));
console.log('test', path.join(__dirname, 'node_modules', 'feather-icons', 'dist'));
// Make stuff accessible to our router
app.use((req, res, next) => {
req.handlebars = handlebars;