Remove logger declaration from time.go as it is already defined in utils.go

This commit is contained in:
Theresa Gresch 2019-07-05 12:32:59 +02:00
parent 562341e197
commit 687a1829eb

View file

@ -2,8 +2,6 @@ package util
import (
"time"
log "github.com/sirupsen/logrus"
)
func ProfileTime(start time.Time, name string) {