diff --git a/lua/gitlab/job.lua b/lua/gitlab/job.lua index 3135f4d..7c42d0a 100644 --- a/lua/gitlab/job.lua +++ b/lua/gitlab/job.lua @@ -30,8 +30,6 @@ M.run_job = function(endpoint, method, body, callback) local message = string.format("%s: %s", data.message, data.details) vim.notify(message, vim.log.levels.ERROR) end - else - vim.notify("Could not parse command output!", vim.log.levels.ERROR) end end, 0) end,