Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jul 25, 2023
1 parent df379cc commit 3ac87a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/outpack_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ outpack_metadata_load <- function(json) {
}

data <- jsonlite::parse_json(json)
## data$hash <- hash_data(json, "sha256")
data$files <- data_frame(path = vcapply(data$files, "[[", "path"),
size = vnapply(data$files, "[[", "size"),
hash = vcapply(data$files, "[[", "hash"))
Expand Down

0 comments on commit 3ac87a1

Please sign in to comment.