From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Fri, 15 May 2015 16:40:48 -0500 Subject: [U-Boot] [PATCH v4 06/10] moveconfig: Remove probable debug print In-Reply-To: <1431726052-6519-1-git-send-email-joe.hershberger@ni.com> References: <1431556137-8426-1-git-send-email-joe.hershberger@ni.com> <1431726052-6519-1-git-send-email-joe.hershberger@ni.com> Message-ID: <1431726052-6519-6-git-send-email-joe.hershberger@ni.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This print seems to be redundant and unformatted compared to the next few lines, so remove it. Signed-off-by: Joe Hershberger --- Changes in v4: None Changes in v3: None Changes in v2: None tools/moveconfig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 25cee21..15b0f2b 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -725,7 +725,6 @@ class Slots: if len(failed_boards) > 0: msg = [ "The following boards were not processed due to error:" ] msg += failed_boards - print msg for line in msg: print >> sys.stderr, color_text(self.options.color, COLOR_LIGHT_RED, line) -- 1.7.11.5