Removed debug printf.

This commit is contained in:
Vincent Richard 2013-06-27 07:54:33 +02:00
parent 1a30cfe41b
commit de659db112

View File

@ -47,7 +47,6 @@ VMIME_TEST_SUITE_BEGIN(fileContentHandlerTest)
testDataDecoded = "ABCDEFGHIJKLMNOPQRSTUVWXYZ \x12\x34\x56\x78\x90 abcdefghijklmnopqrstuvwxyz0123456789";
testDataEncoded = "QUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVogEjRWeJAgYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5";
//printf("\n %s \n", encode("base64", testDataDecoded).c_str());
std::ostringstream testFilePath;
testFilePath << "/tmp/vmime_test_" << (rand() % 999999999);