Skip to content

Commit

Permalink
fix: remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Sep 16, 2024
1 parent 5558eb6 commit ceeb6eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,6 @@ impl PackageGraph {
continue;
}
packages_without_a_url_or_group += 1;
log::warn!("{} does not have a url or a group!!", node.id);
}
log::info!(
"Found {} packages without a URL or a group",
Expand Down

0 comments on commit ceeb6eb

Please sign in to comment.