From c6954372c08fe06db2ff621d63c59019c97efe79 Mon Sep 17 00:00:00 2001 From: mokurin000 Date: Tue, 13 Jan 2026 13:04:54 +0800 Subject: [PATCH] chore: 1.50 title is down --- sdgb-cli/src/main.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sdgb-cli/src/main.rs b/sdgb-cli/src/main.rs index 31d71ab..90d8b34 100644 --- a/sdgb-cli/src/main.rs +++ b/sdgb-cli/src/main.rs @@ -177,14 +177,6 @@ async fn main() -> Result<(), Box> { human_readable_display(preview, human_readable)?; } Commands::Ping => { - let time = SystemTime::now(); - let decoded: PingResp = - Sdgb1_50::request(&client, APIMethod::Ping, "", Ping {}).await?; - info!( - "sdgb 1.50 resp: {decoded}, {}ms", - time.elapsed().unwrap_or_default().as_millis() - ); - let time = SystemTime::now(); let decoded: PingResp = Sdgb1_53::request(&client, APIMethod::Ping, "", Ping {}).await?;