fix(struct_tags)!: remove statement that i used for debug

This commit is contained in:
Oleksandr Smirnov 2025-03-12 16:18:08 +02:00
parent fec8a74fe3
commit 3ab3a1daa7
No known key found for this signature in database

View file

@ -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