]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
coverage: remove debugging
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 31 Aug 2011 00:21:36 +0000 (17:21 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 31 Aug 2011 00:21:36 +0000 (17:21 -0700)
teuthology/coverage.py

index d8d4ec7aebac9a618ab119bd7df51ee180109844..a2d9999e87347db113ff3864d331c2f5acd41c4b 100644 (file)
@@ -162,7 +162,6 @@ Analyze the coverage of a suite of test runs, generating html output with lcov.
         output, _ = proc.communicate()
         desc = summary.get('description', test)
         test_coverage[desc] = read_coverage(output)
-        log.debug('coverage is %s', str(test_coverage[test]))
 
         log.info('adding %s data to total', test)
         proc = subprocess.Popen(