Remove verbose log line.

This commit is contained in:
2026-04-20 15:02:35 +01:00
parent d8de1bc1bb
commit 51b9ae9714

View File

@@ -270,7 +270,6 @@ handle_post(Request) :-
JSON = _{error: "invalid_json"}
),
format('Content-type: application/json~n~n'),
format(user_error, 'Received POST request with JSON data: ~w~n', [JSON]),
CommitBefore = JSON.before,
CommitAfter = JSON.after,
Repository = JSON.repository.full_name,