remove unused variable

Former-commit-id: bf29debeaedc1b79ce5b9b2d7b32aa2fa855ba7c
This commit is contained in:
Henrique Dias
2017-01-25 14:08:38 +00:00
parent 1c114dedc7
commit 70924d4f13
3 changed files with 1 additions and 4 deletions

View File

@@ -20,8 +20,7 @@ type Config struct {
PrefixURL string
BaseURL string
WebDavURL string
Token string // Anti CSRF token
HugoEnabled bool // Enables the Hugo plugin for File Manager
HugoEnabled bool // Enables the Hugo plugin for File Manager
Users map[string]*User
BeforeSave CommandFunc
AfterSave CommandFunc