diff --git a/imag-tag/src/main.rs b/imag-tag/src/main.rs index 07739c11..a8b303f4 100644 --- a/imag-tag/src/main.rs +++ b/imag-tag/src/main.rs @@ -37,10 +37,6 @@ fn main() { } }; - debug!("Hello. Logging was just enabled"); - debug!("I already set up the Runtime object and build the commandline interface parser."); - debug!("Lets get rollin' ..."); - let id = rt.cli().value_of("id").unwrap(); // enforced by clap rt.cli() .subcommand_name()