Remove init-logging from imag-link

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

View File

@ -44,10 +44,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' ...");
rt.cli()
.subcommand_name()
.map(|name| {