summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 9a55acb1..91ad5a78 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -808,9 +808,6 @@ class Coverage:
for plugin_name, paths in file_paths.items():
self._data.touch_files(paths, plugin_name)
- if self.config.note:
- self._warn("The '[run] note' setting is no longer supported.")
-
# Backward compatibility with version 1.
def analysis(self, morf):
"""Like `analysis2` but doesn't return excluded line numbers."""