Skip to content

Commit

Permalink
Remove old print
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jun 25, 2024
1 parent 834c836 commit 8cedb04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/uv-resolver/src/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,6 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
let mut requirements: Vec<&Requirement> = self
.requirements_for_extra(regular_and_dev_dependencies, extra, markers)
.collect();
//println!("{name:?}: {}", requirements.iter().join(", "));

// Check if there are recursive self inclusions and we need to go into the expensive branch.
if !requirements
Expand Down

0 comments on commit 8cedb04

Please sign in to comment.