mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 14:07:39 +03:00
Disable production error logging
This commit is contained in:
parent
0e48c66b8c
commit
471d181284
2 changed files with 2 additions and 1 deletions
|
@ -455,6 +455,7 @@ pub async fn request(path: &str) -> Result<Value, String> {
|
|||
}
|
||||
// If failed to send request
|
||||
Err(e) => {
|
||||
#[cfg(debug_assertions)]
|
||||
dbg!(format!("{} - {}", url, e));
|
||||
Err("Couldn't send request to Reddit, this instance may be being rate-limited. Try another.".to_string())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue