Skip to content

Commit

Permalink
chore: removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Feb 26, 2024
1 parent a2eb1a6 commit da511ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/DetailView/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function reducer(state: DetailViewState, action: DetailViewActions): Deta
}
}
case "set_transfer_status": {
console.log("set_transfer_status", action.payload)
return {
...state,
transferStatus: action.payload,
Expand Down

0 comments on commit da511ca

Please sign in to comment.