Remove dbg

Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
This commit is contained in:
Mubelotix
2025-08-05 10:49:21 +02:00
parent 386cf83285
commit b2d157a74a

View File

@ -364,7 +364,7 @@ async fn post_webhook(
}
let mut webhooks = index_scheduler.webhooks();
if dbg!(webhooks.webhooks.len() >= 20) {
if webhooks.webhooks.len() >= 20 {
return Err(TooManyWebhooks.into());
}