Remove unnecessary debug output

This commit is contained in:
Jeremy Soller 2025-03-31 09:17:39 -06:00
parent f8ecc856b3
commit 5732a8d6fe
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -187,10 +187,10 @@ impl<T: AsRef<str>> From<T> for DialogLabel {
});
}
dbg!(Self {
Self {
spans,
key_bind_opt
})
key_bind_opt,
}
}
}