diff --git a/components/layout/wrapper.rs b/components/layout/wrapper.rs index 2c32376c843..b204cb141d4 100644 --- a/components/layout/wrapper.rs +++ b/components/layout/wrapper.rs @@ -212,7 +212,7 @@ impl<'ln> LayoutNode<'ln> { } s.push_str(self.debug_str().as_slice()); - error!("{:s}", s); + println!("{:s}", s); for kid in self.children() { kid.dump_indent(indent + 1);