We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6feb1d commit 5cc4a4dCopy full SHA for 5cc4a4d
src/store/feature/productSlice.js
@@ -34,7 +34,6 @@ export const fetchProduct = createAsyncThunk(
34
let totalCount = docs.size;
35
let intCount = 0;
36
docs.forEach(async (item) => {
37
- console.log("Loop Start At => ", Date.now());
38
const mainData = await item.data();
39
const merchantData = await getDoc(mainData.merchantId);
40
let merch = await merchantData.data();
0 commit comments