diff --git a/src/preload/index.ts b/src/preload/index.ts index a057be5..ffa167d 100644 --- a/src/preload/index.ts +++ b/src/preload/index.ts @@ -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; }; }