logger: remove Core verbosity level (#3659)

This commit is contained in:
Felix Lange
2017-02-15 10:14:44 +01:00
committed by Jeffrey Wilcke
parent a973d1d523
commit c8695fae35
8 changed files with 17 additions and 18 deletions

View File

@@ -20,7 +20,6 @@ const (
Error = iota + 1
Warn
Info
Core
Debug
Detail