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:
Simon Wülker 2025-08-29 03:11:10 +02:00 committed by GitHub
parent 8c6a32c78e
commit d454860fe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2265,8 +2265,6 @@ impl CanvasState {
.union(&text_run.bounds);
}
println!("bounds: {bounds:?}");
self.send_canvas_2d_msg(Canvas2dMsg::FillText(
bounds
.unwrap_or_default()