Removed calendar from defaults

This commit is contained in:
Ionică Bizău 2015-07-12 17:52:55 +03:00
parent 8356ba0b5b
commit 30dacb7de8
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ const CONFIG_PATH = Abs("~/.git-stats-config.json")
// No global activity by default
, global_activity: false
// Show only the user contributions calendar
, calendar: true
}
;