diff --git a/imag-view/src/main.rs b/imag-view/src/main.rs index 2d41b810..f48edd0b 100644 --- a/imag-view/src/main.rs +++ b/imag-view/src/main.rs @@ -45,12 +45,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' ..."); - - info!("No implementation yet"); - let entry_id = rt.cli().value_of("id").unwrap(); // enforced by clap if rt.cli().is_present("versions") {