1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

removed todo

This commit is contained in:
NoSkillGirl 2020-09-01 08:41:59 +05:30
parent d9c3a166cc
commit afc340ea5f

View file

@ -78,7 +78,6 @@ func main() {
go http.ListenAndServe("localhost:6060", nil)
}
// TODO: Do we need to print here? It anyways prints empty values
version.PrintVersionInfo(log.Log)
cleanUp := make(chan struct{})
stopCh := signal.SetupSignalHandler()