Remove logging about message without a messageId (#2222)

This commit is contained in:
Mikhail Mikheev 2021-04-29 20:40:11 +04:00 committed by GitHub
parent 4c8b76d6dc
commit ee6ef82e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ const useIframeMessageHandler = (
requestId: RequestId,
): void => {
if (!messageId) {
console.error('ThirdPartyApp: A message was received without message id.')
return
}