Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vhu-axelor authored and lme-axelor committed Dec 17, 2024
1 parent cc6ae56 commit c727bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apps/crm/src/features/eventSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const createEvent = createAsyncThunk(
dispatch(fetchLeadById({leadId: data?.event?.eventLead?.id}));
}
if (data?.eventPlanningDate) {
console.log('test', data?.eventPlanningDate);
dispatch(fetchPlannedEvent({date: new Date(data?.eventPlanningDate)}));
}
return res;
Expand Down

0 comments on commit c727bdd

Please sign in to comment.