Skip to content

Commit

Permalink
CM-473: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Jan 19, 2024
1 parent da70841 commit bd3fff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function reducer(
...task,
id: decodeId(task.id),
businessData: parseTaskData(JSON.parse(task.businessData, (key, value) => {
console.log(task.businessData)
if (['date_valid_to', 'date_valid_from'].includes(key)) {
return `${value} 00:00:00`;
}
Expand Down

0 comments on commit bd3fff0

Please sign in to comment.