mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Removed leftover logging
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user