remove solution comment

This commit is contained in:
Ian Jennings 2020-06-04 16:34:19 -05:00
parent 4a10131ed3
commit f78efa42bd

@ -10,7 +10,6 @@ function createWindow() {
if (win) return;
win = new electron.BrowserWindow({
width: 800, height: 600,
//The lines below solved the issue
webPreferences: {
nodeIntegration: true
}