mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(git): removed debug info
This commit is contained in:
parent
1f034e1600
commit
d9caee6100
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue