We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7764894 commit 92fe2ecCopy full SHA for 92fe2ec
src/github/webhook.rs
@@ -172,8 +172,6 @@ pub async fn webhook(
172
return (StatusCode::BAD_REQUEST, "Payload must be UTF-8").into_response();
173
};
174
175
- tracing::info!(?event, ?payload);
176
-
177
match process_payload(event, payload, &ctx).await {
178
Ok(true) => ("processed request",).into_response(),
179
Ok(false) => ("ignored request",).into_response(),
0 commit comments