Skip to content

Commit 9f54918

Browse files
chore
1 parent e6d3531 commit 9f54918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/defs_root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func initLoggers() {
2424
logInfo = log.New(os.Stderr, hiCyan("╭info\n╰"), 0)
2525
logWarning = log.New(os.Stderr, hiYellow("╭warning\n╰"), log.Lshortfile)
2626
logError = log.New(os.Stderr, hiRed("╭error\n╰"), log.Lshortfile)
27-
2827
}
2928

3029
/*

0 commit comments

Comments
 (0)