mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Disabled send debugging
This commit is contained in:
parent
d5cccff93b
commit
10babda777
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ public class ServiceSend extends ServiceBase {
|
|||
// Connect transport
|
||||
db.identity().setIdentityState(ident.id, "connecting");
|
||||
iservice.connect(ident);
|
||||
if (BuildConfig.DEBUG)
|
||||
if (BuildConfig.DEBUG && false)
|
||||
throw new IOException("Test");
|
||||
db.identity().setIdentityState(ident.id, "connected");
|
||||
|
||||
|
|
Loading…
Reference in a new issue