remove => unnecessary console logs
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -26,7 +26,6 @@ const Ticket = () => {
|
||||
try {
|
||||
// Simulate a submission
|
||||
await new Promise((resolve) => setTimeout(resolve, 2000));
|
||||
// console.log(values);
|
||||
} finally {
|
||||
setIsSubmitting(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user