Removing no longer needed logging

This commit is contained in:
itdominator 2024-09-15 01:51:30 -05:00
parent 1ed502f799
commit 8e615349b7
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class EditorControllerMixin(KeyInputController, EditorEventsMixin):
if isinstance(message, LSPResponseNotification): if isinstance(message, LSPResponseNotification):
if message.method == "textDocument/publshDiagnostics": if message.method == "textDocument/publshDiagnostics":
logger.info( repr(message) )
... ...
source_view = None source_view = None