diff --git a/cmd/logs.go b/cmd/logs.go index 40f4a16..ee16892 100644 --- a/cmd/logs.go +++ b/cmd/logs.go @@ -41,7 +41,6 @@ Examples: `, Run: func(cmd *cobra.Command, args []string) { tailString = strconv.Itoa(tail) - fmt.Println(tailString) var serviceName string if len(args) > 0 {