Explorar o código

remove unnecessary print

Dastan-glitch %!s(int64=3) %!d(string=hai) anos
pai
achega
f98829369d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/net/transport/nym.rs

+ 1 - 1
src/net/transport/nym.rs

@@ -118,7 +118,7 @@ impl Transport for NymTransport {
             "nym" | "nym+tls" => {}
             x => return Err(Error::UnsupportedTransport(x.to_string())),
         }
-        println!("using nym transport=======================================================");
+
         Ok(Box::pin(self.do_dial(url)))
     }