fix: remove leftover debug logging (#1202)
Some checks are pending
Benchmark baseline / Continuous Benchmarking with Bencher (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Release (push) Blocked by required conditions
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Waiting to run
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Waiting to run

This commit is contained in:
Marcono1234 2025-09-30 23:58:06 +02:00 committed by GitHub
parent 5b004261ae
commit c5ef3430cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,8 +93,6 @@ impl RefVersionMismatch {
};
if commit_for_ref != commit_sha {
tracing::warn!("{commit_for_ref} != {commit_sha}");
let subfeature = Subfeature::new(
uses_location.concrete.location.offset_span.end,
version_from_comment,