Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Sep 30, 2024
1 parent a3cef12 commit 6a48006
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/cbuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
)

func main() {
// log.SetFormatter(new(LogFormatter))
log.SetOutput(os.Stdout)

commands.Version = version
Expand All @@ -28,10 +27,3 @@ func main() {
os.Exit(0)
}
}

// type LogFormatter struct{}

// func (s *LogFormatter) Format(entry *log.Entry) ([]byte, error) {
// msg := fmt.Sprintf("%s cbuild: %s\n", entry.Level.String(), entry.Message)
// return []byte(msg), nil
// }

0 comments on commit 6a48006

Please sign in to comment.