Skip to content

Commit

Permalink
clean: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Atala committed Aug 22, 2024
1 parent 98a7282 commit 67c592f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/redux/Dispatch/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,7 @@ export function unassignTask(task, username) {
export function updateTask(action, task) {
return function (dispatch, getState) {
let date = selectSelectedDate(getState());
console.log(action)
console.log(task)

if (isSameDate(task, date)) {
switch (action) {
case 'task:created':
Expand Down

0 comments on commit 67c592f

Please sign in to comment.