Skip to content

Commit 2b3fdd3

Browse files
committed
rm debug code
1 parent 1cd8ba4 commit 2b3fdd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/name_backbone.r

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ process_name_backbone_output <- function(tt, args) {
251251
}
252252
nv <- stats::setNames(c$name, tolower(c$rank))
253253
kv <- stats::setNames(c$key, paste0(tolower(c$rank), "Key"))
254-
nnn <- names(as.list(c(nv, kv)))
255254

256255
c <- tibble::as_tibble(as.list(c(nv, kv)))
257256
c

0 commit comments

Comments
 (0)