Remove init-logging from imag-tag

This commit is contained in:
Matthias Beyer 2016-04-17 15:30:33 +02:00
parent 7a732729ab
commit 3ed97b1337

View file

@ -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()