mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Change enable logging setting default to false
This commit is contained in:
parent
038a36f03c
commit
45481a9ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ export const DEFAULT_SETTINGS: GitHubSyncSettings = {
|
||||||
showStatusBarItem: true,
|
showStatusBarItem: true,
|
||||||
showSyncRibbonButton: true,
|
showSyncRibbonButton: true,
|
||||||
showConflictsRibbonButton: true,
|
showConflictsRibbonButton: true,
|
||||||
enableLogging: true,
|
enableLogging: false,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue