Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Dec 7, 2024
1 parent 6860bb7 commit 2cf41f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web/modals/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ const OneClickTradingProfileSection: FunctionComponent<{
const create1CTSession = useCreateOneClickTradingSession();
const account = accountStore.getWallet(accountStore.osmosisChainId);

console.log(isOneClickTradingExpired);

const shouldFetchSessionAuthenticator =
!!account?.address && !!oneClickTradingInfo;
const { data: sessionAuthenticator } =
Expand Down

0 comments on commit 2cf41f7

Please sign in to comment.