chore: remove useless trace log

This commit is contained in:
oSumAtrIX 2023-06-21 21:38:16 +02:00
parent 67a4c963e0
commit 895f3c19d3
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -19,7 +19,6 @@ pub async fn handle_message_response(ctx: &serenity::Context, new_message: &sere
let message = &new_message.content; let message = &new_message.content;
for response in responses { for response in responses {
tracing::log::trace!("d");
// check if the channel is whitelisted // check if the channel is whitelisted
if let Some(includes) = &response.includes { if let Some(includes) = &response.includes {
if let Some(channels) = &includes.channels { if let Some(channels) = &includes.channels {