Commit 8c9091aa1f545e33cf40e4af18eb385bae8c84cb

Authored by Cédric RICARD
1 parent 5925c108

Deleting some unwanted debug logs

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
calexium_lib/web/CXM_multihost_http_server.anubis
@@ -1921,8 +1921,8 @@ define Bool @@ -1921,8 +1921,8 @@ define Bool
1921 ) = 1921 ) =
1922 if input_etag is 1922 if input_etag is
1923 { 1923 {
1924 - failure then println("input etag not found"); false,  
1925 - success(etag) then println("Input etag = " + etag); etag = current_etag 1924 + failure then false,
  1925 + success(etag) then etag = current_etag
1926 }. 1926 }.
1927 1927
1928 Sending the answer line, the headers and the body. 1928 Sending the answer line, the headers and the body.