From e5cdcfedb1297430241508264e338c7c1b5a3f0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 5 Mar 2024 17:10:47 +0100 Subject: [PATCH] remove debug output --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.cgi b/index.cgi index d936d40..07cb6e3 100755 --- a/index.cgi +++ b/index.cgi @@ -234,7 +234,7 @@ elif [ "$REQUEST_METHOD" = "POST" ]; then )" results="${results% }" - debug <<-EOF + cat <<-EOF Status: 200 OK X-elastic-product: Elasticsearch Content-Type: application/vnd.elasticsearch+json;compatible-with=8 -- 2.39.2