Skip to content

Commit

Permalink
nit: remove excessive logging of gcp (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Mar 13, 2024
1 parent 4482abf commit 1a59af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/src/gcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ impl DatastoreService {
.commit(request, &self.project_id)
.doit()
.await?;

Ok(())
}

Expand Down Expand Up @@ -316,7 +315,6 @@ impl DatastoreService {
.commit(request, &self.project_id)
.doit()
.await?;

Ok(())
}
}
Expand Down

0 comments on commit 1a59af2

Please sign in to comment.