aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
Diffstat (limited to 'mumd')
-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;