This commit is contained in:
2023-03-09 00:54:21 -05:00
parent 9e77106ec4
commit f02e82afa2
2 changed files with 6 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ async fn main() {
.await
.expect("Err creating client");
if let Err(why) = client.start().await {
println!("Client error: {:?}", why);
}