소스 검색

Merge branch 'rolling'

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