removed console.logs
This commit is contained in:
@@ -19,7 +19,6 @@ const OverviewVideoContainer = ({
|
||||
}) => {
|
||||
const navigate = useNavigate();
|
||||
const location = useLocation();
|
||||
console.log(location);
|
||||
const handlers = useSwipeable({
|
||||
onSwipedLeft: () => {
|
||||
if (location.pathname === "/rear-camera-settings") return;
|
||||
|
||||
Reference in New Issue
Block a user