Remove old TODO

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-03-09 12:41:19 +01:00
parent 19622f41ae
commit 82a2fa1528
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ impl<'a> Runtime<'a> {
if let Err(e) = override_config(&mut config, get_override_specs(&matches)) {
error!("Could not apply config overrides");
trace_error(&e);
// TODO: continue question (interactive)
}
Some(config)