[Python-checkins] benchmarks: Duplicate lines

antoine.pitrou python-checkins at python.org
Thu Dec 15 13:57:48 CET 2011


http://hg.python.org/benchmarks/rev/eec31e939b64
changeset:   153:eec31e939b64
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Dec 15 13:42:10 2011 +0100
summary:
  Duplicate lines

files:
  performance/bm_logging.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/performance/bm_logging.py b/performance/bm_logging.py
--- a/performance/bm_logging.py
+++ b/performance/bm_logging.py
@@ -98,8 +98,6 @@
     else:
         raise RuntimeError("Need to specify one of %s" % benchmarks)
 
-    logger = logging.getLogger("benchlogger")
-    logger.propagate = False
     # NOTE: StringIO performance will impact the results...
     if sys.version_info >= (3,):
         sio = io.StringIO()

-- 
Repository URL: http://hg.python.org/benchmarks


More information about the Python-checkins mailing list