Remove init-logging from imag-notes

This commit is contained in:
Matthias Beyer 2016-04-17 15:30:33 +02:00
parent b49c574e83
commit 28ffd63991

View file

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