mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Remove debug logs
This commit is contained in:
@@ -15,8 +15,6 @@ where
|
||||
|
||||
let formated_url = format!("{}{}", &config::CONFIG.book_library_url, url);
|
||||
|
||||
log::debug!("{}", formated_url);
|
||||
|
||||
let response = client
|
||||
.get(formated_url)
|
||||
.query(¶ms)
|
||||
|
||||
Reference in New Issue
Block a user