Reverted to no result log in Exec command
parent
623be87a84
commit
ff51176d6c
|
@ -54,7 +54,7 @@ func Exec(path string, command string, args []string) string {
|
|||
// log.Println(fmt.Sprint(err) + ": " + stderr.String()) // ... Silence...
|
||||
}
|
||||
|
||||
log.Println("Result: " + out.String()) // ... Silence ...
|
||||
// log.Println("Result: " + out.String()) // ... Silence ...
|
||||
|
||||
return strings.Trim(out.String(), " \n")
|
||||
|
||||
|
|
Loading…
Reference in New Issue