remove => unnecessary console logs

This commit is contained in:
2026-02-01 10:55:13 +03:30
parent 331fb98625
commit cf11b64d8e
26 changed files with 57 additions and 120 deletions

View File

@@ -27,10 +27,6 @@ import { ProvinceNationalInfoFarm } from "../features/province/components/provin
const OperatorNewHatching = () => {
const { pathname } = useLocation();
// console.log(
// "fdloklofd",
// pathname.includes(ROUTE_CITY_VISOR_STATICSـHATCHINGS_DETAILS)
// );
return (
<>
<Box display={"flex"} justifyContent="center">

View File

@@ -26,7 +26,6 @@ const Ticket = () => {
try {
// Simulate a submission
await new Promise((resolve) => setTimeout(resolve, 2000));
// console.log(values);
} finally {
setIsSubmitting(false);
}