Drop redundant "Apparently successful"-note

We already know the item is successful when we print it and the next
line ("final:") will confirm it any way.

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 7 years ago
parent d7792657a7
commit 6d81e0b1fd

@ -2375,8 +2375,6 @@ class Britney(object):
if better: if better:
# Result accepted either by force or by being better than the original result. # Result accepted either by force or by being better than the original result.
if recurse:
self.output_write("Apparently successful\n")
self.output_write("final: %s\n" % ",".join(sorted( x.uvname for x in selected ))) self.output_write("final: %s\n" % ",".join(sorted( x.uvname for x in selected )))
self.output_write("start: %s\n" % self.eval_nuninst(nuninst_start)) self.output_write("start: %s\n" % self.eval_nuninst(nuninst_start))
if not force: if not force:

Loading…
Cancel
Save