Remove incorrect warning log

This commit is contained in:
Lukas Wirth 2026-02-13 16:23:59 +01:00
parent 4b5b181935
commit da9ff14a13

View file

@ -757,13 +757,6 @@ impl FlycheckActor {
DiagnosticsReceived::AtLeastOneAndClearedWorkspace;
}
if let Some(package_id) = package_id {
tracing::warn!(
"Ignoring package label {:?} and applying diagnostics to the whole workspace",
package_id
);
}
self.send(FlycheckMessage::AddDiagnostic {
id: self.id,
generation: self.generation,