From 5fe9e3339796cedf3e59f6720f73d75cd9382411 Mon Sep 17 00:00:00 2001 From: Macpie Date: Fri, 11 Oct 2024 12:31:45 -0700 Subject: [PATCH] Comment unused code for now --- mobile_verifier/src/radio_location_estimates.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile_verifier/src/radio_location_estimates.rs b/mobile_verifier/src/radio_location_estimates.rs index cb253c381..998263070 100644 --- a/mobile_verifier/src/radio_location_estimates.rs +++ b/mobile_verifier/src/radio_location_estimates.rs @@ -21,13 +21,12 @@ use helium_proto::services::{ }; use mobile_config::client::authorization_client::AuthorizationVerifier; use rust_decimal::Decimal; -use rust_decimal_macros::dec; use sha2::{Digest, Sha256}; use sqlx::{Pool, Postgres, Transaction}; use task_manager::{ManagedTask, TaskManager}; use tokio::sync::mpsc::Receiver; -const CONFIDENCE_THRESHOLD: Decimal = dec!(0.75); +// const CONFIDENCE_THRESHOLD: Decimal = dec!(0.75); pub struct RadioLocationEstimatesDaemon { pool: Pool,