chore: 1.50 title is down

This commit is contained in:
2026-01-13 13:04:54 +08:00
parent e7b0bcbfed
commit c6954372c0

View File

@@ -177,14 +177,6 @@ async fn main() -> Result<(), Box<dyn snafu::Error>> {
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?;