mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 06:24:27 +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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user