Remove init-logging from imag-tag
This commit is contained in:
parent
7a732729ab
commit
3ed97b1337
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue