🔥 chore: remove the debug macro from the code (#302)
This commit is contained in:
parent
eee2f110b8
commit
03d649b97b
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ async fn results(
|
||||||
// check if fetched cache results was indeed fetched or it was an error and if so
|
// check if fetched cache results was indeed fetched or it was an error and if so
|
||||||
// handle the data accordingly.
|
// handle the data accordingly.
|
||||||
match cached_results {
|
match cached_results {
|
||||||
Ok(results) => Ok(dbg!(results.clone())),
|
Ok(results) => Ok(results),
|
||||||
Err(_) => {
|
Err(_) => {
|
||||||
let mut safe_search_level: u8 = match config.safe_search {
|
let mut safe_search_level: u8 = match config.safe_search {
|
||||||
3..=4 => config.safe_search,
|
3..=4 => config.safe_search,
|
||||||
|
|
Loading…
Add table
Reference in a new issue