Remove old TODO
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
19622f41ae
commit
82a2fa1528
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ impl<'a> Runtime<'a> {
|
||||||
if let Err(e) = override_config(&mut config, get_override_specs(&matches)) {
|
if let Err(e) = override_config(&mut config, get_override_specs(&matches)) {
|
||||||
error!("Could not apply config overrides");
|
error!("Could not apply config overrides");
|
||||||
trace_error(&e);
|
trace_error(&e);
|
||||||
|
|
||||||
// TODO: continue question (interactive)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Some(config)
|
Some(config)
|
||||||
|
|
Loading…
Reference in a new issue