Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Dec 16, 2024
1 parent 676fed9 commit a30f64e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/buy/components/BuyProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function BuyProvider({

const handleOnrampEvent = useCallback(
(data: EventMetadata) => {
console.log('EVENT HANDLER', { data });
if (data.eventName === 'transition_view') {
updateLifecycleStatus({
statusName: 'transactionPending',
Expand All @@ -116,7 +115,6 @@ export function BuyProvider({
);

const handleOnrampSuccess = useCallback(() => {
console.log('SUCCESS HANDLER');
updateLifecycleStatus({
statusName: 'success',
statusData: {},
Expand Down

0 comments on commit a30f64e

Please sign in to comment.