Remove debug logs

This commit is contained in:
2023-01-06 19:20:32 +01:00
parent a849bb0eb2
commit 6f3eb1689c
2 changed files with 0 additions and 3 deletions

View File

@@ -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(&params)