chore; remove silent

This commit is contained in:
DaanSelen
2026-03-31 14:23:14 +02:00
parent 68d816c2bb
commit 9e09842804
+1 -1
View File
@@ -47,7 +47,7 @@ func RunMeshbook(binPath, bookPath, targGroup string) (bool, string) {
if len(bookPath) == 0 { if len(bookPath) == 0 {
args = []string{"--help"} args = []string{"--help"}
} else { } else {
args = []string{"--nograce", "--indent", "--silent", "-mb", bookPath, "--group", targGroup} args = []string{"--nograce", "--indent", "-mb", bookPath, "--group", targGroup}
} }
log.Printf("running with parameters: %v", args) log.Printf("running with parameters: %v", args)