* Remove obsolete code for logging in bridge.ts.

This commit is contained in:
Derrick Hammer 2023-04-09 19:42:57 -04:00
parent 61f7821c0b
commit 615a9680e7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ function handleBackgroundMessage(data: any) {
}
}
/* port.postMessage({
method: "log1",
data: data,
});*/
// Pass the message through to the main page.
window.postMessage(data);
}