Drop the connections/sec arg and just make it fit in the interval
[dnsseed-rust] / src / printer.rs
index ba7173c4d120b758d4c904fe7db451dcd57f74b0..4b6522289d6697aa22005e76e311f138c9581223 100644 (file)
@@ -65,9 +65,6 @@ impl Printer {
 
                                        out.write_all(format!(
                                                        "\nCurrent connections open/in progress: {}\n", stats.connection_count).as_bytes()).expect("stdout broken?");
-                                       out.write_all(format!(
-                                                       "Connections opened each second: {} (\"c x\" to change to x seconds)\n", store.get_u64(U64Setting::ConnsPerSec)
-                                                       ).as_bytes()).expect("stdout broken?");
                                        out.write_all(format!(
                                                        "Current block count: {}\n", stats.header_count).as_bytes()).expect("stdout broken?");