diff options
| -rw-r--r-- | mumctl/src/main.rs | 2 | ||||
| -rw-r--r-- | todo.org | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs index 403447f..39986f0 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -7,8 +7,6 @@ use std::fs; fn main() { setup_logger(); - // MUMCTL - //temp send command and channel to listener debug!("Creating channel"); let (tx_client, rx_client): (IpcSender<Result<Option<CommandResponse>, ()>>, IpcReceiver<Result<Option<CommandResponse>, ()>>) = ipc::channel().unwrap(); @@ -1,5 +1,5 @@ * Current -** Få igång mumctl :gustav: +** Städa mumctl * Next ** Flytta ljudgrejer till client state |
