Merge pull request #1544 from asottile/slow-debug-log

remove slow debug() log
This commit is contained in:
Anthony Sottile 2022-01-24 09:09:22 -05:00 committed by GitHub
commit 1e5f861c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(