Remove log

Forgot to unstage
This commit is contained in:
Matt Bierner 2021-08-23 13:36:11 -07:00
parent 22bd3b66dd
commit abdb6ecc16
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -248,7 +248,6 @@ const hostMessaging = new class HostMessaging {
window.addEventListener('message', (e) => {
if (e.origin !== parentOrigin) {
console.error('Skipping post m');
return;
}