Skip to content

Commit 3f7edbf

Browse files
author
Kieran Elmes
committed
remove debug prints
1 parent b41e527 commit 3f7edbf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

R/pint.R

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ process_result <- function(X, result) {
5656
j <- colnames(X)[result[[9]]]
5757
k <- colnames(X)[result[[10]]]
5858
equiv_list <- c()
59-
print(unlist(result[[12]][1]))
60-
print(is.null(unlist(result[[12]][1][1])))
6159
if (length(result[[12]][1]) > 0 && !is.null(unlist(result[[12]][1]))) {
6260
equiv_list <- lapply(result[[12]], all_vals_to_list_name, X)
6361
names(equiv_list) <- paste0(i, ",", j, ",", k)

test-badge.svg

+1-1
Loading

0 commit comments

Comments
 (0)