diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-17 01:25:02 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-17 01:25:02 +0200 |
| commit | 9a9db2473928de240a38349b9726af9ae557374d (patch) | |
| tree | b4e4b621525bd233a3ebe58dffc0f3d3243b539f /mumctl/src/main.rs | |
| parent | 1974db9d719640f5cd5a8b51fa1b97f801f5a809 (diff) | |
| download | mum-9a9db2473928de240a38349b9726af9ae557374d.tar.gz | |
clean up imports
Diffstat (limited to 'mumctl/src/main.rs')
| -rw-r--r-- | mumctl/src/main.rs | 1 |
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}; |
