Skip to content

Commit

Permalink
Remove "missing component for package" warning
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
aueam committed Aug 8, 2024
1 parent e690f79 commit 815ea08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oi-pkg-checker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ fn main() {
if let Some(c) = package.is_in_component() {
let component = c.borrow();
info!("component name: {}", component.get_name());
} else {
warn!("missing component for package");
}

let problems = components.problems.get_problems_related_to_fmri(fmri);
Expand Down

0 comments on commit 815ea08

Please sign in to comment.