Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Dec 17, 2024
1 parent 4303229 commit 8d82d2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web-swap-widget/src/components/SwapWidgetPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const SwapWidgetPage = () => {
const ctx = getTonkeeperInjectionContext()!;

try {
console.log('Call sendTransaction');
const result = await ctx.sendTransaction({
source: ctx.address,
/**
Expand All @@ -98,8 +97,6 @@ export const SwapWidgetPage = () => {
: undefined
});

console.log('sendTransaction resolved, result: ', result);

/**
old tonkeeper android versions return empty result instead of throwing
*/
Expand All @@ -109,7 +106,6 @@ export const SwapWidgetPage = () => {

onOpen();
} catch (e) {
console.error('sendTransaction rejected');
console.error(e);
notifyError(toErrorMessage(e));
}
Expand Down

0 comments on commit 8d82d2c

Please sign in to comment.