Remove "leading" from hints - it provides no new information

This commit is contained in:
Niels Thykier 2015-06-02 21:33:51 +02:00
parent 375b468512
commit 35e5742d85

View File

@ -2417,7 +2417,6 @@ class Britney(object):
if init:
if not force:
lundo = []
self.output_write("leading: %s\n" % (",".join( x.uvname for x in init )))
for x in init:
if x not in upgrade_me:
self.output_write("failed: %s\n" % (x.uvname))