From 05b173408eda45a393aae21f30267fbf94f9ca32 Mon Sep 17 00:00:00 2001 From: prplV Date: Tue, 20 May 2025 03:10:11 -0400 Subject: [PATCH] -comments --- crates/api-grub/src/monitoring.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/api-grub/src/monitoring.rs b/crates/api-grub/src/monitoring.rs index b0fa6d5..e055b43 100644 --- a/crates/api-grub/src/monitoring.rs +++ b/crates/api-grub/src/monitoring.rs @@ -315,13 +315,9 @@ impl MonitoringImporter { .bearer_auth(&self.access_token) .json(&Query::device_oriented(list_of_devices)); - // dbg!(Query::device_oriented(id_list.as_devices())); let resp = client.send().await?.text().await?; - // println!("{}", &resp); let resp: Value = serde_json::from_str(&resp)?; - // todo!(); - if let Some(arr) = resp.as_array() { for device in arr { let device_id = {