fix price not showing in the base theme

This commit is contained in:
Diatrex 2020-04-15 17:25:28 +03:00
parent e283b06f4a
commit 5678ff9dde

View File

@ -42,7 +42,6 @@ var promiseForCategory = new Promise(function (resolve) {
})
level++;
}
console.log(all_categories)
resolve(all_categories);
});