From 4cdeddd6f419cb717c4234a9566405565fcfcae7 Mon Sep 17 00:00:00 2001 From: SteelPhase Date: Tue, 21 Aug 2018 09:33:18 -0400 Subject: [PATCH] remove debug statements --- service_upstart_linux.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service_upstart_linux.go b/service_upstart_linux.go index c206dd6..2167612 100644 --- a/service_upstart_linux.go +++ b/service_upstart_linux.go @@ -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) }