From de659db11210523685e1a6b4b9519628dd838a15 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 27 Jun 2013 07:54:33 +0200 Subject: [PATCH] Removed debug printf. --- tests/parser/fileContentHandlerTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/parser/fileContentHandlerTest.cpp b/tests/parser/fileContentHandlerTest.cpp index 1a742280..b7373959 100644 --- a/tests/parser/fileContentHandlerTest.cpp +++ b/tests/parser/fileContentHandlerTest.cpp @@ -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);