Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed May 25, 2024
1 parent 0a45871 commit 4bf4bf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nexus/db-queries/src/db/datastore/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,8 @@ impl DataStore {

pub async fn dataset_on_in_service_physical_disk(
&self,
// opctx: &OpContext,
dataset_id: Uuid,
) -> LookupResult<bool> {
//let conn = self.pool_connection_authorized(opctx).await?;
let conn = self.pool_connection_unauthorized().await?;

let dataset = {
Expand Down

0 comments on commit 4bf4bf5

Please sign in to comment.