From 6b7fd18171a3d81b1a5e5cd101a813f135729820 Mon Sep 17 00:00:00 2001 From: MCorange99 Date: Sat, 30 Mar 2024 19:21:39 +0200 Subject: [PATCH] I THINK THIS IS IT --- src/web/routes/api/webhooks/github/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/routes/api/webhooks/github/mod.rs b/src/web/routes/api/webhooks/github/mod.rs index 986f05e..53d551b 100644 --- a/src/web/routes/api/webhooks/github/mod.rs +++ b/src/web/routes/api/webhooks/github/mod.rs @@ -42,7 +42,7 @@ pub async fn handler(req: HttpRequest, token: web::Path, body: Bytes, db Ok(e) => e, Err(e) => { log::debug!("Bad request body json: {e}"); - log::debug!("{json}"); + // log::debug!("{json}"); return Ok(HttpResponse::BadRequest()); } };