Remove logger declaration from time.go as it is already defined in utils.go
This commit is contained in:
parent
562341e197
commit
687a1829eb
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ package util
|
|||
|
||||
import (
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func ProfileTime(start time.Time, name string) {
|
||||
|
|
Loading…
Reference in a new issue