fix(git): removed debug info
This commit is contained in:
@ -170,7 +170,6 @@ function M.browse()
|
|||||||
url = url:gsub("git@(%S+):", "https://%1/"):gsub(".git$", "")
|
url = url:gsub("git@(%S+):", "https://%1/"):gsub(".git$", "")
|
||||||
end
|
end
|
||||||
table.insert(remotes, { name = name, url = url })
|
table.insert(remotes, { name = name, url = url })
|
||||||
LazyVim.info(("Found remote %s %s)"):format(name, url))
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user