From 27096a53406dcbaffc3799ff604b8c67f6019516 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Mon, 19 May 2025 09:32:24 +0530 Subject: [PATCH] updated --- apps/Frontend/src/pages/appointments-page.tsx | 5 ----- package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/apps/Frontend/src/pages/appointments-page.tsx b/apps/Frontend/src/pages/appointments-page.tsx index 8735cd3..73d7a5e 100644 --- a/apps/Frontend/src/pages/appointments-page.tsx +++ b/apps/Frontend/src/pages/appointments-page.tsx @@ -394,16 +394,11 @@ export default function AppointmentsPage() { const rawDate = parseLocalDate(appointmentData.date); - console.log("Appointment date.date ", appointmentData.date); - console.log("Raw date", rawDate); - const updatedData = { ...appointmentData, date: rawDate.toLocaleDateString("en-CA"), }; - console.log("update data: ", updatedData.date); - // Check if we're editing an existing appointment with a valid ID if ( editingAppointment && diff --git a/package.json b/package.json index 4e8a22d..e3a33f8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "packages/*" ], "dependencies": { - "date-fns-tz": "^3.2.0", "dotenv": "^16.5.0", "dotenv-cli": "^8.0.0", "shx": "^0.4.0"