Skip to content

Commit

Permalink
remove useless comments
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <smtm@taiko.xyz>
  • Loading branch information
smtmfft committed Aug 14, 2024
1 parent 70636b4 commit a55a4e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provers/risc0/driver/src/bonsai/auto_scaling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ impl BonsaiAutoScaler {

async fn get_bonsai_gpu_num(&self) -> Result<ScalerResponse> {
debug!("Requesting scaler status from: {}", self.url);
// Make the POST request
let response = self
.client
.get(self.url.clone())
Expand All @@ -62,7 +61,6 @@ impl BonsaiAutoScaler {
}

debug!("Requesting scaler status from: {}", self.url);
// Make the POST request
let response = self
.client
.post(self.url.clone())
Expand Down

0 comments on commit a55a4e6

Please sign in to comment.