Fix comments from Michael

This commit is contained in:
Paul Hauner
2019-09-26 10:46:56 +10:00
parent 4ba6e916d5
commit b4806d27eb
4 changed files with 18 additions and 29 deletions

View File

@@ -73,11 +73,7 @@ impl<T: BeaconChainTypes + 'static> MessageHandler<T> {
.for_each(move |msg| Ok(handler.handle_message(msg)))
.map_err(move |_| {
debug!(log, "Network message handler terminated.");
}), /*
.then(move |_| {
debug!(log.clone(), "Message handler shutdown");
}),
*/
}),
);
Ok(handler_send)