mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 04:31:51 +03:00
Remove stray println!
(#11855)
This PR removes a stray `println!` left over from #11844. Release Notes: - N/A
This commit is contained in:
parent
a59a388c15
commit
f42f4432ec
@ -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()))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user