From 8b850041be230664eabe7132d1c2a40eb10acbd5 Mon Sep 17 00:00:00 2001 From: bivashy Date: Tue, 23 Dec 2025 17:12:31 +0500 Subject: [PATCH] Remove redundant print --- lua/scripts/go-gen-constructor.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/scripts/go-gen-constructor.lua b/lua/scripts/go-gen-constructor.lua index 65d6e4a..0222aaf 100644 --- a/lua/scripts/go-gen-constructor.lua +++ b/lua/scripts/go-gen-constructor.lua @@ -141,7 +141,6 @@ local function parse_struct_fields(struct_name, bufnr) if bracket_count > 0 and i > start_line then -- Remove comments and trim local clean_line = line:gsub("//.*$", ""):gsub("^%s*(.-)%s*$", "%1") - print("Clean line: ", clean_line) -- Skip empty lines and closing braces if clean_line ~= "" and not clean_line:match("^}") and not clean_line:match("^{") then