Skip to content

Commit

Permalink
Merge pull request #703 from bobanetwork/release/prepare-release
Browse files Browse the repository at this point in the history
removed console from bridge action
  • Loading branch information
sk-enya authored Nov 27, 2024
2 parents 5555fa6 + 15f4f1c commit 35bf42c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/containers/Bridging/BridgeAction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ const BridgeAction = () => {
}
}

console.log(`isMainnet && ONRAMP_API_KEY`, {
isMainnet,
ONRAMP_API_KEY,
})

return (
<BridgeActionContainer>
{!accountEnabled ? (
Expand Down

0 comments on commit 35bf42c

Please sign in to comment.