Skip to content

Commit 1e5f861

Browse files
authored
Merge pull request #1544 from asottile/slow-debug-log
remove slow debug() log
2 parents f178bd3 + 0bb55d3 commit 1e5f861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flake8/checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def report(
337337

338338
def run_check(self, plugin: LoadedPlugin, **arguments: Any) -> Any:
339339
"""Run the check in a single plugin."""
340-
LOG.debug("Running %r with %r", plugin, arguments)
341340
assert self.processor is not None
342341
try:
343342
params = self.processor.keyword_arguments_for(

0 commit comments

Comments
 (0)