Remove init-logging from imag-store

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

View File

@ -41,10 +41,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_or_else(