mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 17:58:42 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue