From: Richard Purdie Date: Tue, 26 May 2020 19:52:34 +0000 (+0100) Subject: resulttool/report: Remove leftover debugging X-Git-Tag: uninative-2.9~725 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=66e96bf70753933714ff8edcc13a1f35a052656f;p=openembedded-core.git resulttool/report: Remove leftover debugging I've long since wondered why there was some odd output in result reports, remove the leftover debug which was causing it. Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/resulttool/report.py b/scripts/lib/resulttool/report.py index 7ceceac802..f0ca50ebe2 100644 --- a/scripts/lib/resulttool/report.py +++ b/scripts/lib/resulttool/report.py @@ -96,7 +96,6 @@ class ResultsTextReport(object): if 'ltpresult.sections' in result and suite not in result['ltpresult.sections']: try: _, suite, suite1, test = k.split(".", 3) - print("split2: %s %s %s" % (suite, suite1, test)) if suite + "." + suite1 in result['ltpresult.sections']: suite = suite + "." + suite1 except ValueError: