From 8233522e0b9b026c5ece9e420c4d9642f5a0c889 Mon Sep 17 00:00:00 2001 From: Ryan Despain <2043940+ryaminal@users.noreply.github.com> Date: Wed, 5 Jan 2022 01:33:53 -0700 Subject: fix: remove "error" message from git tag (#2141) --- lua/lvim/utils/git.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/lvim/utils/git.lua') diff --git a/lua/lvim/utils/git.lua b/lua/lvim/utils/git.lua index 73ba7c96..c0a67bf0 100644 --- a/lua/lvim/utils/git.lua +++ b/lua/lvim/utils/git.lua @@ -106,7 +106,6 @@ function M.get_lvim_tag(type) local lvim_full_ver = results[1] or "" if ret ~= 0 or string.match(lvim_full_ver, "%d") == nil then - Log:error "Unable to retrieve current tag. Check the log for further information" return nil end if type == "short" then -- cgit v1.2.3