Skip to content

Commit dc6c8f9

Browse files
rw-vancIsaacWoods
authored andcommitted
remove extra debug message
1 parent 7d3c852 commit dc6c8f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aml/src/term_object.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ where
865865
name_string().then(target()).map_with_context(|(source, target), context| {
866866
let handle = context.namespace.search(&source, &context.current_scope);
867867
let result = AmlValue::Boolean(handle.is_ok());
868-
log::error!("{:?} was {}found", &source, if handle.is_ok() { "" } else { "not " });
869868
if let Ok((_name, _handle)) = handle {
870869
match target {
871870
Target::Null => { /* just return the result of the check */ }

0 commit comments

Comments
 (0)