Skip to content

Commit

Permalink
Revert electron logging flag
Browse files Browse the repository at this point in the history
olegbl committed Oct 18, 2023
1 parent 4856657 commit 81d7b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
@@ -124,7 +124,6 @@ initPreferences();
app
.whenReady()
.then(() => {
app.commandLine.appendSwitch('enable-logging', 'true');
createWindow();
app.on('activate', () => {
// On macOS it's common to re-create a window in the app when the

0 comments on commit 81d7b09

Please sign in to comment.