Skip to content

Commit

Permalink
fix: ACI-2805 Remove debug log, too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-marta-bitrise committed Sep 17, 2024
1 parent 1550bf6 commit b916394
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/xcode/file_group_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ func collectFileMetadata(
// Checking for SourcePackages/* or */SourcePackages/* under the directory
if len(parts) >= 1 && parts[0] == "SourcePackages" ||
len(parts) >= 2 && parts[1] == "SourcePackages" {
logger.Debugf("Skipping SPM package: %s", path)

return nil
}
}
Expand Down

0 comments on commit b916394

Please sign in to comment.