Skip to content

Commit

Permalink
Comment unused code for now
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Oct 11, 2024
1 parent 038cf2a commit 5fe9e33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mobile_verifier/src/radio_location_estimates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<AV> {
pool: Pool<Postgres>,
Expand Down

0 comments on commit 5fe9e33

Please sign in to comment.