Skip to content

Commit 2dfc705

Browse files
author
Seth Carlson
authored
might merge console.log poof
"If you make a PR that removes the console log I might merge it." smh happy?
1 parent cbdef30 commit 2dfc705

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/preload/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ const preloadData = ipcRenderer.sendSync("KERNEL_WINDOW_DATA");
3434
// If context isolation is off, this should be patched to make sure everything complies.
3535
if (!!preloadData?.windowOptions?.contextIsolation) {
3636
contextBridge.exposeInMainWorld = function (key, value) {
37-
console.log("aaaa", JSON.stringify(arguments));
38-
3937
window[key] = value;
4038
};
4139
}

0 commit comments

Comments
 (0)