aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/test_bigint.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/test_bigint.cpp b/src/tests/test_bigint.cpp
index 82fc49861..3cf403743 100644
--- a/src/tests/test_bigint.cpp
+++ b/src/tests/test_bigint.cpp
@@ -342,9 +342,7 @@ size_t test_bigint()
std::vector<std::string> substr = parse(line);
-#if DEBUG
- std::cout << "Testing: " << algorithm << std::endl;
-#endif
+ // std::cout << "Testing: " << algorithm << std::endl;
size_t new_errors = 0;
if(algorithm.find("Addition") != std::string::npos)