@nuskin/ns-shop 7.3.0-mdigi-897.6 → 7.3.0-mdigi-897.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "7.3.0-mdigi-897.6",
3
+ "version": "7.3.0-mdigi-897.7",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -229,7 +229,7 @@ function productSearchAPI(deferred, options) {
229
229
  }
230
230
  });
231
231
 
232
- console.log('Products' , mappedProducts)
232
+ // console.log('Products' , mappedProducts)
233
233
 
234
234
  return mappedProducts.map((product) => {
235
235
  baseScore -= 0.01;