Remove init-logging from imag-link
This commit is contained in:
parent
3ed97b1337
commit
e20e2c2f25
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
rt.cli()
|
||||||
.subcommand_name()
|
.subcommand_name()
|
||||||
.map(|name| {
|
.map(|name| {
|
||||||
|
|
Loading…
Reference in a new issue