diff options
| -rw-r--r-- | mumd/src/main.rs | 1 |
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; |
