Skip to content

Commit

Permalink
Forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 20, 2023
1 parent abcac1e commit fd5193b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ func VcsInfo() (string, time.Time) {
ts := time.Now()
if info, ok := debug.ReadBuildInfo(); ok {
for _, s := range info.Settings {
fmt.Println(s.Key, s.Value)
switch s.Key {
case "vcs.revision":
rev = s.Value
Expand Down

0 comments on commit fd5193b

Please sign in to comment.