Explorar o código

Merge branch 'rolling'

kylo252 %!s(int64=3) %!d(string=hai) anos
pai
achega
e1b8eb01a2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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