From 2dfc7051703acd580e4dc09967aff27fdcb0721e Mon Sep 17 00:00:00 2001 From: Seth Carlson <89495053+DrNoSleep@users.noreply.github.com> Date: Fri, 26 Nov 2021 16:50:13 -0500 Subject: [PATCH] might merge console.log poof "If you make a PR that removes the console log I might merge it." smh happy? --- src/preload/index.ts | 2 -- 1 file changed, 2 deletions(-) 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; }; }