mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Remove debug from derive Component proc macro
This commit is contained in:
parent
88ef74ec8f
commit
42095f0673
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@ pub fn derive_component(input: TokenStream) -> TokenStream {
|
|||
}
|
||||
};
|
||||
|
||||
if name == "AssistantPanelStory" {
|
||||
println!("Expanded tokens: {}", expanded.to_string());
|
||||
}
|
||||
|
||||
TokenStream::from(expanded)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue