Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Jun 25, 2024
1 parent 23cc9db commit 764ce89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 4 additions & 5 deletions packages/web/integrations/trust-walletconnect/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ import {

export class TrustClient extends WCClient {
async signAmino(
chainId: string,
signer: string,
signDoc: StdSignDoc,
signOptions?: SignOptions
_chainId: string,
_signer: string,
_signDoc: StdSignDoc,
_signOptions?: SignOptions
): Promise<AminoSignResponse> {
console.log(chainId, signer, signDoc, signOptions);
throw new Error("Trust doesn't support `signAmino` method.");
}

Expand Down
4 changes: 0 additions & 4 deletions packages/web/modals/bridge-transfer-v2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,6 @@ export const TransferContent: FunctionComponent<
toChain: isDeposit ? osmosisPath.chain : counterpartyPath.chain,
};

console.log({
fromAsset: quoteParams.fromAsset,
toAsset: quoteParams.toAsset,
});
const [selectedBridgeProvider, setSelectedBridgeProvider] =
useState<Bridge | null>(null);
const [isBridgeProviderControlledMode, setBridgeProviderControlledMode] =
Expand Down

0 comments on commit 764ce89

Please sign in to comment.