mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-25 20:37:52 +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
|
// IPC listener for updating allowed domains
|
||||||
ipcMain.on('set-allowed-domains', (event, domains: string[]) => {
|
ipcMain.on('set-allowed-domains', (event, domains: string[]) => {
|
||||||
console.log('domains', domains)
|
|
||||||
if (!Array.isArray(domains)) {
|
if (!Array.isArray(domains)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user