This commit is contained in:
SuperAuguste 2020-05-29 16:01:35 -04:00
parent 985a1d6398
commit e945c4cca0

View File

@ -1067,7 +1067,6 @@ fn addOutlineNodes(allocator: *std.mem.Allocator, children: *std.ArrayList(types
},
else => {}
}
std.debug.warn("{}\n", .{child.id});
_ = try children.append(try getDocumentSymbolsInternal(allocator, tree, child));
}