Browse Source

Remove tracef from logger interface

pull/138/head
Abbas Egbeyemi 2 years ago
parent
commit
b0304e51ec
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      internal/logger/logger.go

+ 0
- 1
internal/logger/logger.go View File

@ -8,5 +8,4 @@ type Logger interface {
Warnf(string, ...interface{})
Infof(string, ...interface{})
Debugf(string, ...interface{})
Tracef(string, ...interface{})
}

Loading…
Cancel
Save