aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-03-26 01:20:16 +0100
committerEskil Queseth <eskilq@kth.se>2021-03-26 01:20:16 +0100
commit0f677fff3f48d4d17ece37060323ce19a41d87ad (patch)
treebf9b31ce2a939ddd6f41e51bcdd5e03fdb64d06b /mumd/src
parente8f80aeb9afe036eb93e750d4678f55267b520ca (diff)
downloadmum-0f677fff3f48d4d17ece37060323ce19a41d87ad.tar.gz
remove code comment
Diffstat (limited to 'mumd/src')
-rw-r--r--mumd/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs
index 18b84b8..c596b8f 100644
--- a/mumd/src/main.rs
+++ b/mumd/src/main.rs
@@ -6,7 +6,6 @@ mod notify;
mod state;
use futures_util::{SinkExt, StreamExt};
-//use ipc_channel::ipc::{self, IpcOneShotServer, IpcSender};
use log::*;
use mumlib::command::{Command, CommandResponse};
use mumlib::setup_logger;