aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-17 01:25:02 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-17 01:25:02 +0200
commit9a9db2473928de240a38349b9726af9ae557374d (patch)
treeb4e4b621525bd233a3ebe58dffc0f3d3243b539f
parent1974db9d719640f5cd5a8b51fa1b97f801f5a809 (diff)
downloadmum-9a9db2473928de240a38349b9726af9ae557374d.tar.gz
clean up imports
-rw-r--r--mumctl/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index c96db36..0020c55 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -1,6 +1,5 @@
use clap::{App, AppSettings, Arg, Shell, SubCommand};
use ipc_channel::ipc::{self, IpcSender};
-use log::*;
use mumlib::command::{Command, CommandResponse};
use mumlib::setup_logger;
use std::{fs, io};