Remove debug logging in Element derive macro

This commit is contained in:
Marshall Bowers 2023-10-12 15:52:42 -04:00
parent d320d3a8bf
commit c90d976d7a
2 changed files with 0 additions and 7 deletions

View file

@ -94,7 +94,6 @@ fn main() {
#[derive(Clone)]
pub struct StoryWrapper {
selector: StorySelector,
// story:
theme: Theme,
}