From 8c9091aa1f545e33cf40e4af18eb385bae8c84cb Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Fri, 3 Aug 2007 23:46:17 +0000 Subject: [PATCH] Deleting some unwanted debug logs --- calexium_lib/web/CXM_multihost_http_server.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calexium_lib/web/CXM_multihost_http_server.anubis b/calexium_lib/web/CXM_multihost_http_server.anubis index 38ee62d..0421750 100644 --- a/calexium_lib/web/CXM_multihost_http_server.anubis +++ b/calexium_lib/web/CXM_multihost_http_server.anubis @@ -1921,8 +1921,8 @@ define Bool ) = if input_etag is { - failure then println("input etag not found"); false, - success(etag) then println("Input etag = " + etag); etag = current_etag + failure then false, + success(etag) then etag = current_etag }. Sending the answer line, the headers and the body. -- libgit2 0.21.4