Remove print statement about network stats

This commit is contained in:
Collin Jackson 2024-10-27 11:06:05 -07:00
parent 4a7cff9e91
commit e46e7f4f81

View File

@ -150,9 +150,6 @@ async fn main() {
&ws_addr_string,
json!({"ws_addr_string": ws_addr_string, "prover_id": prover_id}),
);
println!(
"Network stats are available at https://beta.nexus.xyz/."
);
loop {
let program_message = match client.next().await.unwrap().unwrap() {
Message::Binary(b) => b,