fix: remove VALBEF println clutter

This commit is contained in:
Byson94
2025-10-13 20:24:46 +05:30
parent 3156b2b85a
commit 3ef6861b62

View File

@@ -64,7 +64,6 @@ impl ModuleResolver for SimpleFileResolver {
match &self.pl_handler_store {
Some(val) => {
println!("VALBEF: {:#?}", val);
let name_to_val: &HashMap<String, String> = &*val.read().unwrap();
for (name, val) in name_to_val {