diff --git a/internal/logger/logger.go b/internal/logger/logger.go index 8c11b7d..5da321f 100644 --- a/internal/logger/logger.go +++ b/internal/logger/logger.go @@ -8,5 +8,4 @@ type Logger interface { Warnf(string, ...interface{}) Infof(string, ...interface{}) Debugf(string, ...interface{}) - Tracef(string, ...interface{}) }