Removed debug log
parent
050734c476
commit
9a8ccb817f
2
app.js
2
app.js
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue