Skip to content

Commit 1f5e987

Browse files
Update cmd/root.go
Co-authored-by: David Schmitt <[email protected]>
1 parent feaa11a commit 1f5e987

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/root.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ func init() {
288288
} else {
289289
lvl = log.InfoLevel
290290
}
291-
292-
fmt.Printf("LOGLEVEL: %v", logLevel)
293-
294291
log.SetLevel(lvl)
295292
log.WithField("level", lvl).Infof("set log level from config")
296293

0 commit comments

Comments
 (0)