Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Remove redundant log
Alexis Sellier committed 3 years ago
commit 2ceb39553e0e3f3c898c00c1a035bd56d62be14c
parent 7d588fc7abd2e7285b30e78550aa10a985c8a99f
1 file changed +0 -2
modified radicle-node/src/control.rs
@@ -34,8 +34,6 @@ pub fn listen<H: Handle<Error = runtime::HandleError, FetchResult = FetchResult>
    for incoming in listener.incoming() {
        match incoming {
            Ok(mut stream) => {
-
                log::debug!(target: "control", "Accepted new client on control socket..");
-

                if let Err(e) = command(&stream, &mut handle) {
                    if let CommandError::Shutdown = e {
                        log::debug!(target: "control", "Shutdown requested..");