Skip to content

Commit

Permalink
899: Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
piersss committed Apr 29, 2024
1 parent 1f9b8df commit 7ddbfe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/@widgets/SwapWidget/SwapWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ const SwapWidget: FC = () => {
const handleActionButtonClick = async (action: ButtonActions) => {
switch (action) {
case ButtonActions.goBack:
console.log("goback", state);
setState(SwapWidgetState.overview);
dispatch(clearQuotes());
dispatch(clear());
Expand Down

0 comments on commit 7ddbfe8

Please sign in to comment.