Remove debug
parent
844d0dacf0
commit
fbdc1f2744
|
@ -828,8 +828,6 @@ router.get('/:page?', async (req, res, next) => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('results', results);
|
|
||||||
|
|
||||||
res.render(`${config.themeViews}index`, {
|
res.render(`${config.themeViews}index`, {
|
||||||
title: `${config.cartTitle} - Shop`,
|
title: `${config.cartTitle} - Shop`,
|
||||||
theme: config.theme,
|
theme: config.theme,
|
||||||
|
|
Loading…
Reference in New Issue