diff --git a/src/dialog.rs b/src/dialog.rs index 5437284..fe718be 100644 --- a/src/dialog.rs +++ b/src/dialog.rs @@ -187,10 +187,10 @@ impl> From for DialogLabel { }); } - dbg!(Self { + Self { spans, - key_bind_opt - }) + key_bind_opt, + } } }