mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Cleanup
This commit is contained in:
parent
957276c1d4
commit
b37d97c516
1 changed files with 0 additions and 2 deletions
|
@ -203,8 +203,6 @@ public class OpenAI {
|
|||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
if (status == 429)
|
||||
error += "\nThis is an error message from OpenAI, not of the app";
|
||||
throw new IOException(error);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue