We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb1548 commit f8d97efCopy full SHA for f8d97ef
src/hyperlight_component_macro/src/lib.rs
@@ -144,9 +144,6 @@ impl Parse for BindgenInputParams {
144
"path" => {
145
let value: LitStr = content.parse()?;
146
path = Some(std::path::PathBuf::from(value.value()));
147
-
148
- eprintln!("TWO WORLDS PATH = {:#?}\n", path);
149
150
}
151
_ => {
152
return Err(syn::Error::new(key.span(), format!("Unknown key: {}", key)));
0 commit comments