cleaned up logs

This commit is contained in:
2026-06-13 16:20:22 +03:30
parent 93478c8c80
commit 61ed1980f1
2 changed files with 0 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ const StartMissionContent = ({ rowId, mutate, setOpenStartMissionDialog }) => {
const onSubmit = (values) => {
const formattedDate = values.start_date;
const formattedTime = format(values.start_time, "HH:mm");
console.log(formattedDate, formattedTime);
requestServer(`${START_MISSION}/${rowId}`, "post", {
data: {

View File

@@ -91,8 +91,6 @@ const MachinesReportsPage = () => {
mode: "all",
});
console.log(data);
return (
<Stack spacing={1}>
<PageTitle title={"کارتابل گزارش ماشین‌ها"} />