Remove debug

master
Mark Moffat 2020-03-19 17:11:16 +10:30
parent 844d0dacf0
commit fbdc1f2744
1 changed files with 0 additions and 2 deletions

View File

@ -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,