mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 03:47:53 +00:00
remove log
This commit is contained in:
parent
ac1e2d9ce0
commit
dc9e166383
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user