Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Jan 24, 2025
1 parent 2ed9b18 commit 988c17a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,7 @@ func addonManager(db *gorm.DB) (mgr manager.Manager, err error) {

// main.
func main() {
log.Info(
"Starting",
"build",
Settings.Hub.Build,
"settings",
Settings)
log.Info("Started", "settings", Settings)
var err error
defer func() {
if err != nil {
Expand Down

0 comments on commit 988c17a

Please sign in to comment.