diff --git a/compiler/noirc_frontend/src/hir/def_map/module_data.rs b/compiler/noirc_frontend/src/hir/def_map/module_data.rs index 62ece65c6de..488ccc476d7 100644 --- a/compiler/noirc_frontend/src/hir/def_map/module_data.rs +++ b/compiler/noirc_frontend/src/hir/def_map/module_data.rs @@ -108,7 +108,7 @@ impl ModuleData { } pub fn find_func_with_name(&self, name: &Ident) -> Option { - dbg!(&self.scope).find_func_with_name(name) + self.scope.find_func_with_name(name) } pub fn import(