File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/language_server/src/robotcode/language_server/common/parts Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 11import concurrent .futures
22import functools
33import itertools
4- import logging
54import time
65import uuid
76from concurrent .futures import CancelledError
@@ -361,7 +360,6 @@ def run_workspace_diagnostics(self) -> None:
361360 with self ._logger .measure_time (
362361 lambda : f"analyzing workspace for { len (documents )} documents" ,
363362 context_name = "workspace_diagnostics" ,
364- level = logging .CRITICAL ,
365363 ):
366364 self .on_workspace_diagnostics_analyze (self )
367365
@@ -444,7 +442,6 @@ def run_workspace_diagnostics(self) -> None:
444442 with self ._logger .measure_time (
445443 lambda : f"collect workspace diagnostic for { len (documents_to_collect )} documents" ,
446444 context_name = "collect_workspace_diagnostics" ,
447- level = logging .CRITICAL ,
448445 ):
449446 breaked = False
450447 for document in set (documents ) - set (documents_to_collect ):
You can’t perform that action at this time.
0 commit comments