Remove init-logging from imag-view

This commit is contained in:
Matthias Beyer 2016-04-17 15:30:33 +02:00
parent e20e2c2f25
commit eae135ddb2
1 changed files with 0 additions and 6 deletions

View File

@ -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") {