Skip to content

Commit 45481a9

Browse files
committed
Change enable logging setting default to false
1 parent 038a36f commit 45481a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export const DEFAULT_SETTINGS: GitHubSyncSettings = {
3131
showStatusBarItem: true,
3232
showSyncRibbonButton: true,
3333
showConflictsRibbonButton: true,
34-
enableLogging: true,
34+
enableLogging: false,
3535
};

0 commit comments

Comments
 (0)