Only print codesign success if we tried to codesign

This commit is contained in:
Jakob Borg 2016-01-16 19:59:01 +01:00
parent f88b2c11fe
commit ab9109e0dc
1 changed files with 1 additions and 2 deletions

View File

@ -762,7 +762,6 @@ func macosCodesign(file string) {
log.Println("Codesign: signing failed:", string(bs))
return
}
log.Println("Codesign: successfully signed", file)
}
log.Println("Codesign: successfully signed", file)
}