Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl committed Dec 6, 2024
1 parent ecc10a1 commit ec3ee63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/sections/transaction/ReviewTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { ReviewTransactionEvmTxForm } from "sections/transaction/ReviewTransacti
import { WalletUpgradeModal } from "sections/web3-connect/upgrade/WalletUpgradeModal"
import { isEvmXCall } from "sections/transaction/ReviewTransactionXCallForm.utils"
import { useRpcProvider } from "providers/rpcProvider"
import { tags } from "@galacticcouncil/xcm-cfg"

export const ReviewTransaction = (props: Transaction) => {
const { isLoaded } = useRpcProvider()
Expand Down Expand Up @@ -90,7 +89,7 @@ export const ReviewTransaction = (props: Transaction) => {
reset()
setMinimizeModal(true)
}
console.log(props.xcallMeta?.tags === tags.Tag.Snowbridge)

return (
<>
{minimizeModal && (
Expand Down
1 change: 0 additions & 1 deletion src/sections/transaction/ReviewTransaction.utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export const useSendEvmTransactionMutation = (
const bridge =
chain?.isEvmChain() || destChain?.isEvmChain() ? chain?.key : undefined

console.log(isSnowBridge, xcallMeta, "isSnowBridge in mutation")
return {
...sendTx,
txState,
Expand Down

0 comments on commit ec3ee63

Please sign in to comment.