diff --git a/src/analysis.zig b/src/analysis.zig index 868e80e..5d9d108 100644 --- a/src/analysis.zig +++ b/src/analysis.zig @@ -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)); }