webview - remove more traces (#128128)

* webview - remove more traces

* more removal
This commit is contained in:
Benjamin Pasero
2021-07-07 18:28:53 +02:00
committed by GitHub
parent e144d6e951
commit d0df79be50
5 changed files with 3 additions and 47 deletions

View File

@@ -29,7 +29,6 @@ app.once('ready', () => {
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
webviewTag: true,
enableWebSQL: false,
nativeWindowOpen: true
}