Remove log

Forgot to unstage
This commit is contained in:
Matt Bierner
2021-08-23 13:36:11 -07:00
parent 22bd3b66dd
commit abdb6ecc16

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;
}