mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
🔥 chore: remove the debug macro from the code (#302)
This commit is contained in:
parent
eee2f110b8
commit
03d649b97b
@ -142,7 +142,7 @@ async fn results(
|
||||
// check if fetched cache results was indeed fetched or it was an error and if so
|
||||
// handle the data accordingly.
|
||||
match cached_results {
|
||||
Ok(results) => Ok(dbg!(results.clone())),
|
||||
Ok(results) => Ok(results),
|
||||
Err(_) => {
|
||||
let mut safe_search_level: u8 = match config.safe_search {
|
||||
3..=4 => config.safe_search,
|
||||
|
Loading…
Reference in New Issue
Block a user