diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 9 |
1 files changed, 0 insertions, 9 deletions
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) |