generated from itdominator/Python-With-Gtk-Template
Removing no longer needed logging
This commit is contained in:
parent
1ed502f799
commit
8e615349b7
|
@ -53,7 +53,6 @@ class EditorControllerMixin(KeyInputController, EditorEventsMixin):
|
|||
|
||||
if isinstance(message, LSPResponseNotification):
|
||||
if message.method == "textDocument/publshDiagnostics":
|
||||
logger.info( repr(message) )
|
||||
...
|
||||
|
||||
source_view = None
|
||||
|
|
Loading…
Reference in New Issue