mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Reverted to no result log in Exec command
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user