Skip to content

Commit 8e1aba3

Browse files
committed
Remove 'dbg!' usage
1 parent ab69ba5 commit 8e1aba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid/src/widget/textbox.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ impl<T: TextStorage + EditableText> Widget<T> for TextBox<T> {
593593
let size = self.inner.layout(ctx, &child_bc, data, env);
594594

595595
let text_metrics = if !self.text().can_read() || data.is_empty() {
596-
dbg!(self.placeholder_layout.layout_metrics())
596+
self.placeholder_layout.layout_metrics()
597597
} else {
598598
self.text().borrow().layout.layout_metrics()
599599
};

0 commit comments

Comments
 (0)