aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_x509_path.cpp1
1 files changed, 0 insertions, 1 deletions
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<Test::Result> 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;