summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-09-04 14:25:16 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-09-04 14:25:16 +0200
commit69b2705e2f1c363f66f8f9f23dbc64e313ba8d99 (patch)
tree2bd9a204379e8d4770440e95336882f96556738f /tools
parent535f67a5f5754c7d194a9ffc93bf2720b40604e7 (diff)
tools/codespell: Remove print leftover from debugging
Diffstat (limited to 'tools')
-rwxr-xr-xtools/codespell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/codespell.py b/tools/codespell.py
index 7e521ec1f2..df23663872 100755
--- a/tools/codespell.py
+++ b/tools/codespell.py
@@ -39,7 +39,6 @@ def run_codespell_on_lines(
continue
match, _, suggestions = content.partition("==>")
- print(match, ignore_matches)
if match.strip() in ignore_matches:
continue