it led to a less clear error message being shown when the configure
failed.
This commit is contained in:
Hocuri
2020-06-14 18:56:45 +02:00
parent 86bc54508f
commit 68e3bce60e

View File

@@ -109,7 +109,6 @@ impl Context {
Ok(())
}
Err(err) => {
error!(self, "Configure Failed: {}", err);
progress!(self, 0);
Err(err)
}