Skip to content

Commit 7e757ee

Browse files
author
admin
committed
Deleted commented out old code
1 parent 8c1307a commit 7e757ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/archive.R

-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ epi_archive =
184184
cat(sprintf("Column names in DT: %s\n", paste(ifelse(length(colnames(self$DT))<=10, paste(colnames(self$DT), collapse = ", "),
185185
paste(paste(colnames(self$DT)[1:3], collapse = ", "), ",\n", paste(colnames(self$DT)[4:10], collapse = ", "), sep = "")),
186186
"\nand", length(colnames(self$DT)[11:length(colnames(self$DT))]), "more columns")))
187-
#cat(sprintf("Column names in DT: %s\n",
188-
# paste(ifelse(length(colnames(self$DT))<=10, list(colnames(self$DT)), list(c(colnames(self$DT)[1:5], "\n",6)))[[1]], collapse = ", ")))
189187
cat("----------\n")
190188
cat(sprintf("Public methods: %s\n",
191189
paste(names(epi_archive$public_methods),

0 commit comments

Comments
 (0)