Skip to content

Commit

Permalink
common: Remove debug log when signing ID is missing. (#1393)
Browse files Browse the repository at this point in the history
This log line gets spit out in santactl fileinfo output in a way that makes the command harder to use for various things
  • Loading branch information
russellhancox authored Jul 10, 2024
1 parent 47648d2 commit ffd77fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/common/SigningIDHelpers.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

NSString *FormatSigningID(MOLCodesignChecker *csc) {
if (!csc.signingID.length) {
LOGD(@"unable to format signing ID as it's missing");
return nil;
}

Expand Down

0 comments on commit ffd77fe

Please sign in to comment.