From 0a1e95cec62fec9a98b9df072da2fb8141ed7ea4 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 2 Jul 2015 18:36:48 +0200 Subject: Avoid DEBUG define; Use NDEBUG if necessary --- src/tests/test_bigint.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tests') 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 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) -- cgit v1.2.3