src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:17:09 +0000 (22:17 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:17:09 +0000 (22:17 +0800)
src/Lsp.vala

index d7b8efe..33bfc1f 100644 (file)
@@ -439,7 +439,7 @@ namespace Lsp {
                 
                public string tooltip {
                        owned get {
-                               GLib.debug("%s : %s", this.name, this.detail);
+                               //GLib.debug("%s : %s", this.name, this.detail);
                                //var detail = this.detail == "" ? (this.kind.to_string() + ": " + this.name) : this.detail;
                                 return GLib.Markup.escape_text(this.detail + "\nline: " + this.range.start.line.to_string());