mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug
- Removed debugging code.
This commit is contained in:
parent
cd6067a39f
commit
341c2fb474
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ Features
|
|||
expression evaluator.
|
||||
|
||||
Bugs
|
||||
+ Removed debugging code.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ static int verify_certificate_callback (gnutls_session_t session)
|
|||
if (ret < 0)
|
||||
return GNUTLS_E_CERTIFICATE_ERROR;
|
||||
|
||||
std::cout << "c: INFO " << out.data << "\n";
|
||||
//std::cout << "c: INFO " << out.data << "\n";
|
||||
|
||||
gnutls_free (out.data);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue