Remove unnecessary debug output
This commit is contained in:
parent
f8ecc856b3
commit
5732a8d6fe
1 changed files with 3 additions and 3 deletions
|
|
@ -187,10 +187,10 @@ impl<T: AsRef<str>> From<T> for DialogLabel {
|
|||
});
|
||||
}
|
||||
|
||||
dbg!(Self {
|
||||
Self {
|
||||
spans,
|
||||
key_bind_opt
|
||||
})
|
||||
key_bind_opt,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue