Skip to content

Commit

Permalink
fix(git): removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 17, 2024
1 parent 1f034e1 commit d9caee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazyvim/util/lazygit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function M.browse()
url = url:gsub("git@(%S+):", "https://%1/"):gsub(".git$", "")
end
table.insert(remotes, { name = name, url = url })
LazyVim.info(("Found remote %s %s)"):format(name, url))
end
end

Expand Down

0 comments on commit d9caee6

Please sign in to comment.