Removed debug log

This commit is contained in:
Alexandros Naskos 2020-05-12 20:02:22 +03:00
parent aacad999c4
commit 4f2828f9cb

View File

@ -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,