remove debug print
This commit is contained in:
parent
22659046be
commit
ed7bd5efc8
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue