Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky43007 committed Feb 9, 2024
1 parent f427f12 commit d4a47ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/location/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ impl LocationManagerActor {
node,
));

// #[cfg(not(feature = ""))]
// tracing::warn!("Location watcher is disabled, locations will not be checked");
}
}
Expand Down Expand Up @@ -219,7 +218,6 @@ impl Locations {
)
}

// #[cfg(not(feature = ""))]
// {
// tracing::warn!("Location watcher is disabled, locations will not be checked");
// (
Expand Down Expand Up @@ -257,7 +255,6 @@ impl Locations {
rx.await?
}

// #[cfg(not(feature = ""))]
// Ok(())
}

Expand Down Expand Up @@ -286,7 +283,6 @@ impl Locations {
rx.await?
}

// #[cfg(not(feature = ""))]
// Ok(())
}

Expand Down

0 comments on commit d4a47ad

Please sign in to comment.