further log cleanings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-08 14:06:43 +00:00
parent f14f4f58d7
commit 6f1e4623ab
11 changed files with 38 additions and 15 deletions

View file

@ -731,7 +731,7 @@ bool AuthGPG::VerifySignature_locked(const void *data, int datalen, const void *
if(siglen==73)
{
std::cerr << "Reducing to 72 to overcome an old bug." << std::endl ;
//std::cerr << "Reducing to 72 to overcome an old bug." << std::endl ;
siglen=72 ;
}
@ -1114,7 +1114,7 @@ std::string AuthGPG::SaveCertificateToString(std::string id)
gpgme_data_write (gpgmeData, "", 1); // to be able to convert it into a string
fflush (NULL);
showData (gpgmeData);
//showData (gpgmeData);
size_t len = 0;
char *export_txt = gpgme_data_release_and_get_mem(gpgmeData, &len);