revid/revid.go: removed unused logging consts

This commit is contained in:
saxon 2019-01-16 17:52:49 +10:30
parent d3c8f31c08
commit 95349f461d
1 changed files with 0 additions and 9 deletions

View File

@ -75,15 +75,6 @@ const ffmpegPath = "/usr/local/bin/ffmpeg"
const pkg = "revid:"
// Log Types
const (
Error = "Error"
Warning = "Warning"
Info = "Info"
Debug = "Debug"
Detail = "Detail"
)
type Logger interface {
SetLevel(int8)
Log(level int8, message string, params ...interface{})