A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/lsp.rs')
-rw-r--r--src/lsp.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lsp.rs b/src/lsp.rs
index 5ee1f26..23177de 100644
--- a/src/lsp.rs
+++ b/src/lsp.rs
@@ -290,8 +290,7 @@ impl Client {
},
Err(e) => return Err(e.into()),
};
- log::info!("{x:?}");
- match x {
+ match x.clone() {
DocumentDiagnosticReportResult::Report(
DocumentDiagnosticReport::Full(
RelatedFullDocumentDiagnosticReport {