From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DBB91138010 for ; Mon, 17 Sep 2012 08:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8933FE05F8; Mon, 17 Sep 2012 08:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4FA44E05EF for ; Mon, 17 Sep 2012 08:08:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A01D233C88F for ; Mon, 17 Sep 2012 08:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4CD6FE544C for ; Mon, 17 Sep 2012 08:08:00 +0000 (UTC) From: "Andrea Arteaga" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Arteaga" Message-ID: <1346708788.ecc2c32d4b10e39acd94a4c4a6abccbef73b639c.spiros@gentoo> Subject: [gentoo-commits] proj/auto-numerical-bench:master commit in: numbench/ X-VCS-Repository: proj/auto-numerical-bench X-VCS-Files: numbench/report.py X-VCS-Directories: numbench/ X-VCS-Committer: spiros X-VCS-Committer-Name: Andrea Arteaga X-VCS-Revision: ecc2c32d4b10e39acd94a4c4a6abccbef73b639c X-VCS-Branch: master Date: Mon, 17 Sep 2012 08:08:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c12c8681-213a-4885-84aa-b2236f2a44c5 X-Archives-Hash: 747a2d917a4e535a65a1ff6b62cc3d3c commit: ecc2c32d4b10e39acd94a4c4a6abccbef73b639c Author: Andrea Arteaga gmail com> AuthorDate: Mon Sep 3 21:46:28 2012 +0000 Commit: Andrea Arteaga gmail com> CommitDate: Mon Sep 3 21:46:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/auto-numerical-bench.git;a=commit;h=ecc2c32d Removed useless print in report. --- numbench/report.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/numbench/report.py b/numbench/report.py index d5b3dad..f325eb0 100644 --- a/numbench/report.py +++ b/numbench/report.py @@ -92,8 +92,6 @@ def saveReport(): for tid, test in cfg.tests.items(): - print "RESULTS: ", test['results'] - longlabel = len(test.get('implementations')) > 1 for impl in test.get('implementations', []):