diff --git a/crates/uv-platform/src/lib.rs b/crates/uv-platform/src/lib.rs index fe5b5061f..c9adb8fb9 100644 --- a/crates/uv-platform/src/lib.rs +++ b/crates/uv-platform/src/lib.rs @@ -111,10 +111,6 @@ impl Platform { // See https://github.com/astral-sh/uv/pull/9788 // For now, allow same architecture family as a fallback if self.arch.family() != other.arch.family() { - trace!( - "Architecture `{}` is not compatible with `{}`", - self.arch, other.arch - ); return false; }