Skip to content

Commit 3ef7dca

Browse files
committed
clear log statements
1 parent 578547f commit 3ef7dca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infra/staff/src/components/UpdateSubscription.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ const UpdateSubscription: React.FC<UpdateSubscriptionProps> = ({
112112
stripeAccountCountry: userDataResponse.subscription.attributes.stripeAccountCountry || ""
113113
}
114114
});
115-
console.log(userDataResponse)
116115
} catch (error) {
117116
console.error("Error fetching data:", error);
118117
}

0 commit comments

Comments
 (0)