remove slow debug() log

flake8 spends ~5-6% of `flake8 -j1 src` on this line
This commit is contained in:
Anthony Sottile 2022-01-23 20:55:08 -05:00
parent f178bd340d
commit 0bb55d36f2

View file

@ -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(