X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fprinter.rs;h=4b6522289d6697aa22005e76e311f138c9581223;hb=b133f38bd61ba96876d1d8c31d606b6c812dbc61;hp=ba7173c4d120b758d4c904fe7db451dcd57f74b0;hpb=5d6231b58ebb98e61bf8df1fb71ec87f8209ae22;p=dnsseed-rust diff --git a/src/printer.rs b/src/printer.rs index ba7173c..4b65222 100644 --- a/src/printer.rs +++ b/src/printer.rs @@ -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?");