mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
script: Remove a println
statement in canvas_state.rs
(#39005)
This was (presumably accidentally) added in #38979, cc @mrobinson Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
8c6a32c78e
commit
d454860fe1
1 changed files with 0 additions and 2 deletions
|
@ -2265,8 +2265,6 @@ impl CanvasState {
|
|||
.union(&text_run.bounds);
|
||||
}
|
||||
|
||||
println!("bounds: {bounds:?}");
|
||||
|
||||
self.send_canvas_2d_msg(Canvas2dMsg::FillText(
|
||||
bounds
|
||||
.unwrap_or_default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue