Remove init-logging from imag-store
This commit is contained in:
parent
28ffd63991
commit
7a732729ab
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
rt.cli()
|
||||||
.subcommand_name()
|
.subcommand_name()
|
||||||
.map_or_else(
|
.map_or_else(
|
||||||
|
|
Loading…
Reference in a new issue