Skip to content

Commit

Permalink
remove debug message on httpPingOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris committed Sep 27, 2023
1 parent 0e59741 commit 98b8181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/timestamp-server/app/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ var serveCmd = &cobra.Command{
host := viper.GetString("host")
port := int(viper.GetUint("port"))
scheme := viper.GetStringSlice("scheme")
log.Logger.Debugf("httpPingOnly: %t", httpPingOnly)
server := server.NewRestAPIServer(host, port, scheme, httpPingOnly, readTimeout, writeTimeout)
defer func() {
if err := server.Shutdown(); err != nil {
Expand Down

0 comments on commit 98b8181

Please sign in to comment.