omgxxx print removed

This commit is contained in:
Simon
2025-10-25 15:04:55 +00:00
parent 43c22846c5
commit f8d382568b

View File

@@ -417,8 +417,6 @@ impl OmgxxxProvider {
return Some(site.id.clone()); return Some(site.id.clone());
} }
} }
println!("Site not found for name: {}", site_name);
println!("All Sites: {:?}", self.sites.read().unwrap());
return None; return None;
} }