Skip to content

Commit

Permalink
Change log level on Ignored messages #1228
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Apr 24, 2024
1 parent 208e1f8 commit 848c7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ function iframeListener(event) {
}

if (!isMessageForUs()) {
info(iframeId, `Ignored: ${msg}`)
log(iframeId, `Ignored: ${msg}`)
return
}

Expand Down

0 comments on commit 848c7f6

Please sign in to comment.