mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
remove log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user