Skip to content

Commit

Permalink
Merge pull request #974 from rawlingsj/log_del
Browse files Browse the repository at this point in the history
stop logging tons of "detected git commit for build configuration" wh…
  • Loading branch information
rawlingsj authored Feb 1, 2024
2 parents 65e607b + 3078c5d commit ec7c71b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ func detectCommit(ctx context.Context, dirPath string) string {
}

commit := head.Hash().String()
log.Infof("detected git commit for build configuration: %s", commit)
return commit
}

Expand Down

0 comments on commit ec7c71b

Please sign in to comment.