Skip to content

Commit 88fab77

Browse files
committed
remove lingering print statement
1 parent f8e0d1a commit 88fab77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/glm_mcmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SEXP glm_mcmc(SEXP Y, SEXP X, SEXP Roffset, SEXP Rweights,
2828
int nProtected = 0;
2929
int nModels=LENGTH(Rmodeldim);
3030

31-
Rprintf("nModels to sample is %d\n", nModels);
31+
// Rprintf("nModels to sample is %d\n", nModels);
3232

3333
/*
3434
SEXP ANS = PROTECT(allocVector(VECSXP, 17)); ++nProtected;

0 commit comments

Comments
 (0)