Skip to content

Commit

Permalink
remove logging test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutchak committed Jul 29, 2024
1 parent 178f1b0 commit b7179bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func GetInstance() *AppConfig {
logrus.Errorf("Error running git describe: %v\n", e)
os.Exit(1)
}
logrus.Infof("output: %s", output)

instance.setDefaultConfig()
instance.Version = strings.TrimSpace(string(output))
Expand Down

0 comments on commit b7179bd

Please sign in to comment.