diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-03-26 01:20:16 +0100 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-03-26 01:20:16 +0100 |
| commit | 0f677fff3f48d4d17ece37060323ce19a41d87ad (patch) | |
| tree | bf9b31ce2a939ddd6f41e51bcdd5e03fdb64d06b /mumd | |
| parent | e8f80aeb9afe036eb93e750d4678f55267b520ca (diff) | |
| download | mum-0f677fff3f48d4d17ece37060323ce19a41d87ad.tar.gz | |
remove code comment
Diffstat (limited to 'mumd')
| -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; |
