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 7d3c852 commit dc6c8f9Copy full SHA for dc6c8f9
aml/src/term_object.rs
@@ -865,7 +865,6 @@ where
865
name_string().then(target()).map_with_context(|(source, target), context| {
866
let handle = context.namespace.search(&source, &context.current_scope);
867
let result = AmlValue::Boolean(handle.is_ok());
868
- log::error!("{:?} was {}found", &source, if handle.is_ok() { "" } else { "not " });
869
if let Ok((_name, _handle)) = handle {
870
match target {
871
Target::Null => { /* just return the result of the check */ }
0 commit comments