From d017fe1a8c377ad2e6ab371f9942b429f191aa3f Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Mon, 11 May 2015 21:58:54 +0200 Subject: [PATCH] Remove "leading" from hints - it provides no new information --- britney.py | 1 - 1 file changed, 1 deletion(-) diff --git a/britney.py b/britney.py index 58e8eef..9598893 100755 --- a/britney.py +++ b/britney.py @@ -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))