mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 05:33:43 +00:00
Don't trace logs all architectures (#15710)
On my machine, this statement print over 500 lines for `uv python list -vv` of evident statements.
This commit is contained in:
parent
2fd9e53b25
commit
97777cda66
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue