remove debug print

This commit is contained in:
Oleg Sobolev 2024-03-25 17:16:26 +07:00
parent 22659046be
commit ed7bd5efc8

View file

@ -42,7 +42,6 @@ impl TelegramBot {
) -> Result<(), teloxide::RequestError> {
match cmd {
Command::Play(url) => {
println!("{}", url);
match download::download_from_youtube(&url) {
Ok(track_info) => {
player.lock().unwrap().enqueue(track_info);