From c69d71e383de5ab90ddf475e6ddef10b9100e796 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 10 Oct 2015 08:03:14 -0400 Subject: Remove brief_sys from .coverage, until we have a better plan. #415. --- coverage/control.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index 16b5f35e..b7ba055d 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -839,15 +839,6 @@ class Coverage(object): self.data.touch_file(py_file) - # Add run information. - self.data.add_run_info( - brief_sys=" ".join([ - platform.python_implementation(), - platform.python_version(), - platform.system(), - ]) - ) - if self.config.note: self.data.add_run_info(note=self.config.note) -- cgit v1.2.1