Reverted to no result log in Exec command

pull/40/head
Paulo Truta 2024-12-07 01:20:10 +01:00
parent 623be87a84
commit ff51176d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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")