aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-31 11:16:19 -0500
committerJack Lloyd <[email protected]>2015-12-31 11:16:19 -0500
commit18d81936b55874ba76eca59b1d01e8028cc2bf9a (patch)
treeaa1f2eeddf85a4217ce0ffaf9da0fc85eee4f8c3
parent75e60b8fdbce20c5a82cd09c741b0cad5c25547b (diff)
Remove debug printf
-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;