- Removed debugging code.
This commit is contained in:
Paul Beckingham 2014-01-15 23:19:41 -05:00
parent cd6067a39f
commit 341c2fb474
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Features
expression evaluator. expression evaluator.
Bugs Bugs
+ Removed debugging code.
------ current release --------------------------- ------ current release ---------------------------

View file

@ -86,7 +86,7 @@ static int verify_certificate_callback (gnutls_session_t session)
if (ret < 0) if (ret < 0)
return GNUTLS_E_CERTIFICATE_ERROR; return GNUTLS_E_CERTIFICATE_ERROR;
std::cout << "c: INFO " << out.data << "\n"; //std::cout << "c: INFO " << out.data << "\n";
gnutls_free (out.data); gnutls_free (out.data);
#endif #endif