diff --git a/src/bot.rs b/src/bot.rs index c42a975..1f61bf0 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -55,7 +55,6 @@ impl Prololo { .register_event_handler({ move |ev: StrippedStateEvent, client: Client, room: Room| { let authorized_rooms = authorized_rooms.clone(); - debug!("handler!!!second"); async move { autojoin_authorized_rooms(ev, client, room, authorized_rooms).await } } })