diff options
author | Simon Warta <[email protected]> | 2015-07-03 10:22:00 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-03 10:22:00 +0200 |
commit | cd9037e29f32197b9c37ef7bec955ac2372b543b (patch) | |
tree | 8567c898569fec9306090865e184c1c870ca2398 /src/tests | |
parent | 121262b5ac1d9b11098ad85d02232ca7dc5a111e (diff) | |
parent | 0a1e95cec62fec9a98b9df072da2fb8141ed7ea4 (diff) |
Merge pull request #161 from webmaster128/stylistic-updates
Stylistic updates
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_bigint.cpp | 4 |
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) |