remove print statement

This commit is contained in:
Hannes Signer 2025-12-11 01:01:53 +01:00
parent 950793b73e
commit a8bf09a730

View File

@ -398,8 +398,6 @@ static Rcpp::List RunMasterLoop(RInsidePOET &R, const RuntimeParameters &params,
R.parseEval("validity_vector <- rep(FALSE, nrow(field))");
R.parseEval("length(validity_vector)");
if (params.copy_non_reactive_regions) {
R.parseEval(
"validity_vector <- field[[threshold$species]] < threshold$value");