diff --git a/crates/uv-installer/src/plan.rs b/crates/uv-installer/src/plan.rs index 1e737e4f7..b0a26b9bf 100644 --- a/crates/uv-installer/src/plan.rs +++ b/crates/uv-installer/src/plan.rs @@ -131,8 +131,7 @@ impl<'a> Planner<'a> { } Some(&entry.dist) }) { - debug!("Requirement already cached: {distribution}"); - // STOPSHIP(charlie): If these are mismatched, skip and warn. + debug!("Registry requirement already cached: {distribution}"); cached.push(CachedDist::Registry(distribution.clone())); continue; }