Skip to content

Commit

Permalink
feat: remove noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Aug 23, 2023
1 parent d5cba80 commit 7746692
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 @@ -403,7 +403,6 @@ pub fn get_package_graph(
}
};
if child_derivation_name != "source" && packages.get(child_derivation_name).is_some() {
log::info!("Found a child derivation that is a main package!!!!!!");
current_node.children.insert(child_derivation_path.to_string());
// FIXME should we really continue here? Are there derivations that define both a
// package meta and urls to fetch?
Expand Down

0 comments on commit 7746692

Please sign in to comment.