Removed debug override

pull/145/head
M66B 6 years ago
parent 45a6b742bb
commit 241d9d47d5

@ -424,7 +424,7 @@ public class ServiceSynchronize extends LifecycleService {
// Create session // Create session
Properties props = MessageHelper.getSessionProperties(this, account.auth_type); Properties props = MessageHelper.getSessionProperties(this, account.auth_type);
final Session isession = Session.getInstance(props, null); final Session isession = Session.getInstance(props, null);
isession.setDebug(debug || BuildConfig.DEBUG); isession.setDebug(debug);
// adb -t 1 logcat | grep "fairemail\|System.out" // adb -t 1 logcat | grep "fairemail\|System.out"
final IMAPStore istore = (IMAPStore) isession.getStore("imaps"); final IMAPStore istore = (IMAPStore) isession.getStore("imaps");

Loading…
Cancel
Save