Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
Signed-off-by: angatupyry <fierrofenix@gmail.com>
  • Loading branch information
Angatupyry committed Aug 24, 2023
1 parent cb9f5bf commit b96ccfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dashboard/src/components/tasks/tasks-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,6 @@ export const TasksApp = React.memo(
}
try {
if (scheduleDeleteValue === ScheduleDeleteOptions.CURRENT) {
console.log(exceptDateRef.current.toISOString());
console.log(exceptDateRef.current);
await rmf.tasksApi.regenerateScheduleByExceptDateScheduledTasksTaskIdClearPut(
task.id,
exceptDateRef.current.toISOString(),
Expand Down

0 comments on commit b96ccfe

Please sign in to comment.