[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: debug mess
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: debug mess |
Date: |
Fri, 15 Jan 2021 10:02:58 +0100 |
This is an automated email from the git hooks/post-receive script.
ds-meister pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new c5a1dcc debug mess
c5a1dcc is described below
commit c5a1dcc825727d14661435edadf398d681038ea6
Author: Dominik Meister <dominik.meister@hotmail.ch>
AuthorDate: Fri Jan 15 10:02:53 2021 +0100
debug mess
---
src/backend/anastasis-httpd_truth.c | 1 -
src/backend/anastasis_authorization_plugin_file.c | 3 ---
2 files changed, 4 deletions(-)
diff --git a/src/backend/anastasis-httpd_truth.c
b/src/backend/anastasis-httpd_truth.c
index 599f48b..3945c7a 100644
--- a/src/backend/anastasis-httpd_truth.c
+++ b/src/backend/anastasis-httpd_truth.c
@@ -932,7 +932,6 @@ AH_handler_truth_get (struct MHD_Connection *connection,
/* Not security question, check for answer in DB */
if (NULL != challenge_response_s)
{
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Should not !");
enum ANASTASIS_DB_QueryStatus qs;
unsigned long long code;
char dummy;
diff --git a/src/backend/anastasis_authorization_plugin_file.c
b/src/backend/anastasis_authorization_plugin_file.c
index 42624e3..4c6bc8a 100644
--- a/src/backend/anastasis_authorization_plugin_file.c
+++ b/src/backend/anastasis_authorization_plugin_file.c
@@ -95,9 +95,6 @@ file_validate (void *cls,
return GNUNET_NO;
}
GNUNET_free (filename);
-
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"VERY GOOD VALIDATION");
-
return GNUNET_OK;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: debug mess,
gnunet <=