From dc9e166383dab766de94880d9b3713c091502052 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 9 Jan 2025 20:15:10 +0200 Subject: [PATCH] remove log --- electron/src/setup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/src/setup.ts b/electron/src/setup.ts index 0136138..7f6a726 100644 --- a/electron/src/setup.ts +++ b/electron/src/setup.ts @@ -324,7 +324,6 @@ export function setupContentSecurityPolicy(customScheme: string): void { // IPC listener for updating allowed domains ipcMain.on('set-allowed-domains', (event, domains: string[]) => { - console.log('domains', domains) if (!Array.isArray(domains)) { return; }