mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +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
|
// Connect transport
|
||||||
db.identity().setIdentityState(ident.id, "connecting");
|
db.identity().setIdentityState(ident.id, "connecting");
|
||||||
iservice.connect(ident);
|
iservice.connect(ident);
|
||||||
if (BuildConfig.DEBUG)
|
if (BuildConfig.DEBUG && false)
|
||||||
throw new IOException("Test");
|
throw new IOException("Test");
|
||||||
db.identity().setIdentityState(ident.id, "connected");
|
db.identity().setIdentityState(ident.id, "connected");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue