diff --git a/routes/index.js b/routes/index.js index 6060eb6..fad30e1 100644 --- a/routes/index.js +++ b/routes/index.js @@ -828,8 +828,6 @@ router.get('/:page?', async (req, res, next) => { return; } - console.log('results', results); - res.render(`${config.themeViews}index`, { title: `${config.cartTitle} - Shop`, theme: config.theme,