mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Merge pull request #3674 from glennw/remove-println
Change accidental println to debug macro.
This commit is contained in:
commit
5351c8572f
1 changed files with 2 additions and 2 deletions
|
@ -686,8 +686,8 @@ impl InlineFlow {
|
|||
pub fn build_display_list_inline(&mut self, layout_context: &LayoutContext) {
|
||||
let size = self.base.position.size.to_physical(self.base.writing_mode);
|
||||
if !Rect(self.base.abs_position, size).intersects(&layout_context.shared.dirty) {
|
||||
println!("inline block (abs pos {}, size {}) didn't intersect \
|
||||
dirty rect owo",
|
||||
debug!("inline block (abs pos {}, size {}) didn't intersect \
|
||||
dirty rect two",
|
||||
self.base.abs_position,
|
||||
size);
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue