merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 3f6d32fb3cbad1981f96df6b92bb4de568c5fbe8
parent 5ed6f6f6319986eec4d9715524a614f64a28f396
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 24 May 2019 18:47:50 +0200

remove superfluous log statement

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -296,10 +296,6 @@ url_handler (void *cls, "<html><title>404: not found</title></html>", 0, &TMH_MHD_handler_static_response, MHD_HTTP_NOT_FOUND }; - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Handling request (%s) for URL `%s'\n", - method, - url); struct TM_HandlerContext *hc; struct GNUNET_AsyncScopeId aid;