From 18d81936b55874ba76eca59b1d01e8028cc2bf9a Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 31 Dec 2015 11:16:19 -0500 Subject: Remove debug printf --- src/tests/test_x509_path.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/test_x509_path.cpp b/src/tests/test_x509_path.cpp index 646f573a4..9bdf3721a 100644 --- a/src/tests/test_x509_path.cpp +++ b/src/tests/test_x509_path.cpp @@ -160,7 +160,6 @@ std::vector NIST_Path_Validation_Tests::run() { const std::string test_name = i->first; const std::string expected_result = i->second; - printf("%s %s\n", test_name.c_str(), expected_result.c_str()); const std::string test_dir = nist_test_dir + "/" + test_name; -- cgit v1.2.3