Removed leftover logging

This commit is contained in:
Dejan
2024-10-11 16:12:00 +02:00
parent 9b94aa8e70
commit e6758a014f

View File

@ -11,9 +11,6 @@ export const useUpdateEvent = () => {
mutationKey: ["updateEvent"],
mutationFn: async (eventData: Partial<EventData>) => {
try {
console.log("Update");
console.log(eventData.id);
console.log(eventData);
await firestore()
.collection("Events")
.doc(eventData.id)