aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumctl/src/main.rs')
-rw-r--r--mumctl/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index 9bb96a8..4aed39c 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) = ipc::channel::<mumlib::error::Result<Option<CommandResponse>>>().unwrap();