u
This commit is contained in:
@@ -326,10 +326,6 @@ const generateProductsXml = (allProductsData = [], baseUrl, config) => {
|
||||
// Add each product as an item
|
||||
allProductsData.forEach((product, index) => {
|
||||
|
||||
console.log('DEBUG '+JSON.stringify(product, null, 2));
|
||||
|
||||
|
||||
|
||||
try {
|
||||
// Skip products without essential data
|
||||
if (!product || !product.seoName) {
|
||||
|
||||
Reference in New Issue
Block a user