summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ripser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 5b4f053..5568f32 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -948,7 +948,6 @@ int main(int argc, char** argv) {
if (dim < dim_max) {
assemble_columns_to_reduce(columns_to_reduce, pivot_column_index, comp, dim, n, threshold, binomial_coeff);
- // std::cout << columns_to_reduce << std::endl;
}
}
} \ No newline at end of file