Remove stray println! (#11855)

This PR removes a stray `println!` left over from #11844.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-15 08:39:52 -04:00 committed by GitHub
parent a59a388c15
commit f42f4432ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3728,7 +3728,6 @@ impl EditorElement {
Some(pixels * rem_size_scale)
}
AbsoluteLength::Rems(rems) => {
println!("here!!!!");
Some(rems.to_pixels(ui::BASE_REM_SIZE_IN_PX.into()))
}
}