remove debug statements

This commit is contained in:
SteelPhase
2018-08-21 09:33:18 -04:00
committed by Daniel Theophanes
parent 4f2cc00692
commit 4cdeddd6f4
-4
View File
@@ -155,10 +155,6 @@ func (s *upstart) Install() error {
s.Option.bool(optionLogOutput, optionLogOutputDefault),
}
fmt.Printf("upstarts supports kill stanza: %t\n", to.HasKillStanza)
fmt.Printf("upstarts supports setuid stanza: %t\n", to.HasSetUIDStanza)
fmt.Printf("log output to files: %t\n", to.LogOutput)
return s.template().Execute(f, to)
}