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