Skip to content

Commit

Permalink
might merge console.log poof
Browse files Browse the repository at this point in the history
"If you make a PR that removes the console log I might merge it." smh happy?
  • Loading branch information
Seth Carlson authored Nov 26, 2021
1 parent cbdef30 commit 2dfc705
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/preload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ const preloadData = ipcRenderer.sendSync("KERNEL_WINDOW_DATA");
// If context isolation is off, this should be patched to make sure everything complies.
if (!!preloadData?.windowOptions?.contextIsolation) {
contextBridge.exposeInMainWorld = function (key, value) {
console.log("aaaa", JSON.stringify(arguments));

window[key] = value;
};
}
Expand Down

0 comments on commit 2dfc705

Please sign in to comment.