mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-29 22:14:28 +02:00
chore: remove useless trace log
This commit is contained in:
parent
67a4c963e0
commit
895f3c19d3
@ -19,7 +19,6 @@ pub async fn handle_message_response(ctx: &serenity::Context, new_message: &sere
|
||||
let message = &new_message.content;
|
||||
|
||||
for response in responses {
|
||||
tracing::log::trace!("d");
|
||||
// check if the channel is whitelisted
|
||||
if let Some(includes) = &response.includes {
|
||||
if let Some(channels) = &includes.channels {
|
||||
|
Loading…
x
Reference in New Issue
Block a user