Skip to content

Commit f8d97ef

Browse files
committed
testing host_bindgen changes
Signed-off-by: Shailesh Vashishth <shavashishth@gmail.com>
1 parent cfb1548 commit f8d97ef

File tree

1 file changed

+0
-3
lines changed
  • src/hyperlight_component_macro/src

1 file changed

+0
-3
lines changed

src/hyperlight_component_macro/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ impl Parse for BindgenInputParams {
144144
"path" => {
145145
let value: LitStr = content.parse()?;
146146
path = Some(std::path::PathBuf::from(value.value()));
147-
148-
eprintln!("TWO WORLDS PATH = {:#?}\n", path);
149-
150147
}
151148
_ => {
152149
return Err(syn::Error::new(key.span(), format!("Unknown key: {}", key)));

0 commit comments

Comments
 (0)