kylo252 пре 3 година
родитељ
комит
e1b8eb01a2
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      lua/lvim/utils/git.lua

+ 0 - 1
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