Reverted to no result log in Exec command

This commit is contained in:
Paulo Truta
2024-12-07 01:20:10 +01:00
parent 623be87a84
commit ff51176d6c
+1 -1
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")