Skip to content

Commit b79e2e8

Browse files
author
Lindsay Carr
committed
delete comment
1 parent de0767d commit b79e2e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/utils-list.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ strip_pts <- function(list, param){
4545
out.class <- ifelse(!all(is.na(v.vals)), class(v.vals), out.class)
4646
} else if (any(sapply(u.list, function(x) any(names(x) %in% v)))) {
4747
v.vals <- u.list[[which(sapply(u.list, function(x) any(names(x) %in% v)))]][[v]]
48-
# append to out without losing timezones when it is a date/POSIX
4948
out <- append_keepclass(out, v.vals)
5049
out.class <- ifelse(!all(is.na(v.vals)), class(v.vals), out.class)
5150
} else {

0 commit comments

Comments
 (0)