product-process update
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -108,7 +108,7 @@ exports.processProductList = (list, options) => { | @@ -108,7 +108,7 @@ exports.processProductList = (list, options) => { | ||
108 | 108 | ||
109 | pruductList.push(product); | 109 | pruductList.push(product); |
110 | }); | 110 | }); |
111 | - console.log(pruductList); | 111 | + |
112 | return pruductList; | 112 | return pruductList; |
113 | }; | 113 | }; |
114 | 114 |
-
Please register or login to post a comment