浏览代码

fix: remove "error" message from git tag (#2141)

Ryan Despain 3 年之前
父节点
当前提交
8233522e0b
共有 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