Removed debug log
This commit is contained in:
parent
aacad999c4
commit
4f2828f9cb
@ -253,8 +253,6 @@ fn completeGlobal(id: i64, document: *types.TextDocument, config: Config) !void
|
||||
else
|
||||
null;
|
||||
|
||||
if (insert_text != null) try log("SNIP: {}", .{insert_text});
|
||||
|
||||
var doc_comments = try analysis.getDocComments(&arena.allocator, tree, decl);
|
||||
var doc = types.MarkupContent{
|
||||
.kind = .Markdown,
|
||||
|
Loading…
Reference in New Issue
Block a user