From 3ab3a1daa7c5c03a71fdab652eca4b731af80ba4 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Wed, 12 Mar 2025 16:18:08 +0200 Subject: [PATCH] fix(struct_tags)!: remove statement that i used for debug --- lua/gopher/struct_tags.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/gopher/struct_tags.lua b/lua/gopher/struct_tags.lua index 703b296..8722941 100644 --- a/lua/gopher/struct_tags.lua +++ b/lua/gopher/struct_tags.lua @@ -96,7 +96,6 @@ end function struct_tags.add(...) local user_tags = { ... } if #user_tags == 0 then - vim.print("c.gotag.default_tag", c.gotag.default_tag) user_tags = { c.gotag.default_tag } end