mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Merge pull request #1544 from asottile/slow-debug-log
remove slow debug() log
This commit is contained in:
commit
1e5f861c52
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