From b540a48fa76f3b8377a4279a8fb6248584726ccc Mon Sep 17 00:00:00 2001 From: Alexandros Naskos Date: Fri, 15 May 2020 00:21:04 +0300 Subject: [PATCH] Removed comment --- src/main.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 395d789..c08048a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -547,7 +547,6 @@ fn processJsonRpc(parser: *std.json.Parser, json: []const u8, config: Config) !v }), .var_access, .empty => try completeGlobal(id, handle.*, config), .field_access => |start_idx| try completeFieldAccess(id, handle, pos, start_idx, config), - // std.debug.warn("FIELD ACCESS: {}\n", .{handle.document.text[start_idx..pos_index + 1]}); else => try respondGeneric(id, no_completions_response), } } else {