removed console.logs

This commit is contained in:
2025-09-30 09:10:10 +01:00
parent 087b3613ae
commit 633435df8d
5 changed files with 0 additions and 6 deletions

View File

@@ -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;