diff options
Diffstat (limited to 'mumctl/src/main.rs')
| -rw-r--r-- | mumctl/src/main.rs | 2 |
1 files changed, 0 insertions, 2 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(); |
