mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Removed debug override
This commit is contained in:
parent
45a6b742bb
commit
241d9d47d5
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
// Create session
|
||||
Properties props = MessageHelper.getSessionProperties(this, account.auth_type);
|
||||
final Session isession = Session.getInstance(props, null);
|
||||
isession.setDebug(debug || BuildConfig.DEBUG);
|
||||
isession.setDebug(debug);
|
||||
// adb -t 1 logcat | grep "fairemail\|System.out"
|
||||
|
||||
final IMAPStore istore = (IMAPStore) isession.getStore("imaps");
|
||||
|
|
Loading…
Reference in a new issue