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