diff --git a/src/components/Checkbox/index.js b/src/components/Checkbox/index.js
index 38d5dd1..f9d4f26 100644
--- a/src/components/Checkbox/index.js
+++ b/src/components/Checkbox/index.js
@@ -2,7 +2,7 @@ import React from "react";
import './index.css';
export default function Checkbox(props) {
- console.log(props)
+ // console.log(props)
return (
diff --git a/src/components/SalesContainer/index.js b/src/components/SalesContainer/index.js
deleted file mode 100644
index 1043327..0000000
--- a/src/components/SalesContainer/index.js
+++ /dev/null
@@ -1,84 +0,0 @@
-import React, {useState, useEffect} from "react";
-import { connect } from "react-redux";
-import { book, publicApi } from "../../redux/actions";
-import ScrollContainer from "react-indiana-drag-scroll";
-import { Link } from "react-router-dom";
-import Product from "../Product";
-import './index.css';
-
-const SalesContainer = ({
- list, getList,
- grades
-}) =>{
- const [filter, setFilter] = useState({
- search: "",
- grade: "",
- productsType: "کتاب",
- });
- useEffect(() => {
- getList();
- }, []);
- return(
-
-
-
console.log(list)}>
-
-
- {/*
*/}
-
-
- دوشنبه
- کتاااابی
-
-
-
-
-
-
بیش از ۵۰ کتاب تخفیف خورده
-
-
-
-
-
-
-
-
-
-
- {
- list?.map((product, index) => (
-
-
-
- ))}
-
-
- )
-}
-
- const mapStateToProps = (state) => ({
- list: state.book.list,
- isDark: state.publicApi.isDark,
- });
- export default connect(mapStateToProps, { getList: book.list })(SalesContainer);
\ No newline at end of file
diff --git a/src/components/VerticalExpandableProductFilter/index.js b/src/components/VerticalExpandableProductFilter/index.js
index 7f583a8..82d779d 100644
--- a/src/components/VerticalExpandableProductFilter/index.js
+++ b/src/components/VerticalExpandableProductFilter/index.js
@@ -61,7 +61,7 @@ export default function VerticalExpandableProductFilter(props) {
key={i}
className="hover:bg-gray-100 px-3 flex flex-row items-center justify-between py-2"
>
- {console.log(i)}
+ {/* {console.log(i)} */}
{
checkedBox[i] = !checkedBox[i]
diff --git a/src/components/VodProduct/index.js b/src/components/VodProduct/index.js
index 363833f..c3f1ded 100644
--- a/src/components/VodProduct/index.js
+++ b/src/components/VodProduct/index.js
@@ -60,7 +60,7 @@ const VodProduct = ({
}, 1000);
});
- console.log(index);
+ // console.log(index);
return (
<>
{/* product UI Design */}
diff --git a/src/utils/comments.js b/src/utils/comments.js
index 5b6cfd8..a3fd1dc 100644
--- a/src/utils/comments.js
+++ b/src/utils/comments.js
@@ -18,5 +18,5 @@ export const connectToParent = (list) => {
}
}
// comments = comments.filter((comment) => comment.pid === null);
- console.log(comments);
+ // console.log(comments);
};
diff --git a/src/utils/scroll.js b/src/utils/scroll.js
index 61b1486..c665e9b 100644
--- a/src/utils/scroll.js
+++ b/src/utils/scroll.js
@@ -157,7 +157,7 @@ class scroll {
initializeBoxPosition = (currentScroll) => {
const height= window.innerHeight;
if(currentScroll < height){
- console.log(currentScroll);
+ // console.log(currentScroll);
return {
translateX: -5,
translateY: -5,
diff --git a/src/views/Auth/Profile/index.js b/src/views/Auth/Profile/index.js
index 9b8ecf0..5123ebb 100644
--- a/src/views/Auth/Profile/index.js
+++ b/src/views/Auth/Profile/index.js
@@ -336,7 +336,7 @@ function Profile({
/>
) : null}
- {console.log(province)}
+ {/* {console.log(province)} */}