We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fe839 commit 875f79eCopy full SHA for 875f79e
crates/pg_lsp/src/handlers/text_document.rs
@@ -50,8 +50,6 @@ pub(crate) async fn did_change(
50
session: &Session,
51
params: lsp_types::DidChangeTextDocumentParams,
52
) -> Result<(), LspError> {
53
- tracing::info!("did_change: {:#?}", params);
54
-
55
let url = params.text_document.uri;
56
let version = params.text_document.version;
57
0 commit comments