aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl
diff options
context:
space:
mode:
Diffstat (limited to 'mumctl')
-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 592bd6b..cfd48f8 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -88,8 +88,6 @@ fn main() {
}
Err(e) => println!("{} {}", "error:".red(), e),
}
- let res = send_command(Command::Status).unwrap().unwrap();
- println!("{:#?}", res);
} else if let Some(matches) = matches.subcommand_matches("completions") {
app.gen_completions_to("mumctl",
match matches.value_of("shell").unwrap_or("zsh") {