From e945c4cca01922373750388b9f69279befb6d100 Mon Sep 17 00:00:00 2001 From: SuperAuguste Date: Fri, 29 May 2020 16:01:35 -0400 Subject: [PATCH] fix --- src/analysis.zig | 1 - 1 file changed, 1 deletion(-) 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)); }