chore: Remove stray eprintln (#28014)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-04-03 12:28:27 +02:00 committed by GitHub
parent 9abfbdff43
commit e2aaf9b704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2399,7 +2399,6 @@ impl MultiBuffer {
let buffer_id = diff.buffer_id;
let buffers = self.buffers.borrow();
let Some(buffer_state) = buffers.get(&buffer_id) else {
eprintln!("no buffer");
return;
};