Remove stray println! (#11855)
This PR removes a stray `println!` left over from #11844. Release Notes: - N/A
This commit is contained in:
@@ -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()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user