fix: remove VALBEF println clutter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user