From f8d382568bb6dcf1eec2d26585dd550bde68eb01 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 25 Oct 2025 15:04:55 +0000 Subject: [PATCH] omgxxx print removed --- src/providers/omgxxx.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/providers/omgxxx.rs b/src/providers/omgxxx.rs index 76d47d9..1a2a326 100644 --- a/src/providers/omgxxx.rs +++ b/src/providers/omgxxx.rs @@ -417,8 +417,6 @@ impl OmgxxxProvider { return Some(site.id.clone()); } } - println!("Site not found for name: {}", site_name); - println!("All Sites: {:?}", self.sites.read().unwrap()); return None; }