From 17d8e7e46e49c56c6b88d0061bd90fdc47ced293 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 5 Mar 2024 16:41:54 +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 68d0ef2..50fb338 100755 --- a/index.cgi +++ b/index.cgi @@ -211,7 +211,7 @@ elif [ "$REQUEST_METHOD" = "DELETE" ]; then exit 0 elif [ "$REQUEST_METHOD" = "POST" ]; then - J="$(json_load "$(head -c "${CONTENT_LENGTH:-0}" |debug)")" + J="$(json_load "$(head -c "${CONTENT_LENGTH:-0}")")" J="$(json_get "$J" query.bool.must.bool.should)" words="$( -- 2.39.2