diff --git a/components/layout/flow.rs b/components/layout/flow.rs index 175f6058664..b8f9a2b55e0 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -1018,7 +1018,7 @@ impl<'a> ImmutableFlowUtils for &'a Flow + 'a { indent.push_str("| ") } - error!("{}+ {}", indent, self.to_string()); + println!("{}+ {}", indent, self.to_string()); for kid in imm_child_iter(self) { kid.dump_with_level(level + 1)