Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Burkoff committed Nov 10, 2021
1 parent ab9be0c commit f8a41c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/git_tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ get_remote_name <- function(git_repo, repo_url) {
target_url <- git2r::remote_url(git_repo, remote = remote)
target_url <- gsub(":", "/", target_url, fixed = TRUE)

#print(repo_url)
#print(target_url)
#print(grepl(repo_url, target_url))
if (grepl(repo_url, target_url)) {
return(remote)
}
Expand Down

0 comments on commit f8a41c0

Please sign in to comment.