Disabled send debugging

This commit is contained in:
M66B 2020-06-26 13:30:17 +02:00
parent d5cccff93b
commit 10babda777
1 changed files with 1 additions and 1 deletions

View File

@ -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");