Revert "Log server listening endpoint on startup"
continuous-integration/drone/pr Build is passing Details

This reverts commit a38faeabc3.
This commit is contained in:
Simon Hilchenbach 2022-01-23 13:03:24 +01:00
parent eaabad5861
commit ce3f3ed687
Signed by: shilch
GPG Key ID: A60AC63730A5DE56
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ var webCmd = &cobra.Command{
e.Logger.Fatal(err)
}
}
log.Infof("Server is running on %s", config.ServiceInterface.GetString())
if err := e.Start(config.ServiceInterface.GetString()); err != nil {
e.Logger.Info("shutting down...")
}