Skip to content

Commit 6c07a98

Browse files
committed
fix: logging
1 parent 7a565a9 commit 6c07a98

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/common/apple/utils.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { isTest } from '../utils';
2424

2525
export const verifyAndDecodeAppleSignedData = async ({
2626
notification,
27-
environment,
2827
verifier,
2928
}: {
3029
notification: ResponseBodyV2DecodedPayload;
@@ -49,15 +48,6 @@ export const verifyAndDecodeAppleSignedData = async ({
4948
);
5049
}
5150

52-
logger.info(
53-
{
54-
environment,
55-
notification,
56-
provider: SubscriptionProvider.AppleStoreKit,
57-
},
58-
'Missing signed data in notification data',
59-
);
60-
6151
return {
6252
transactionInfo,
6353
renewalInfo,

0 commit comments

Comments
 (0)