Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark02-arcus committed Jun 12, 2024
1 parent 2b739e2 commit eeebb1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -579,11 +579,6 @@ datatable_custom <- function(
stopifnot(is.character(colnames))
colnames <- if(length(colnames) == 0) names(data) else colnames
if(length(colnames) != ncol(data)) {
print("\ncolnames:")
print(colnames)
print("\nnames(data):")
print(names(data))
print(data)
warning("number of provided colnames unequal to number of columns in data.
Defaulting to original data frame names.")
colnames <- names(data)
Expand Down

0 comments on commit eeebb1e

Please sign in to comment.