mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +00:00
remove slow debug() log
flake8 spends ~5-6% of `flake8 -j1 src` on this line
This commit is contained in:
parent
f178bd340d
commit
0bb55d36f2
1 changed files with 0 additions and 1 deletions
|
|
@ -337,7 +337,6 @@ class FileChecker:
|
|||
|
||||
def run_check(self, plugin: LoadedPlugin, **arguments: Any) -> Any:
|
||||
"""Run the check in a single plugin."""
|
||||
LOG.debug("Running %r with %r", plugin, arguments)
|
||||
assert self.processor is not None
|
||||
try:
|
||||
params = self.processor.keyword_arguments_for(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue