Revert "Added debug classes"

This reverts commit 18c85872f3.
This commit is contained in:
M66B
2024-05-13 17:26:34 +02:00
parent 048c558ebd
commit a805164231
6 changed files with 12 additions and 16 deletions

View File

@@ -520,7 +520,7 @@ public class EmailService implements AutoCloseable {
if (auth == AUTH_TYPE_GMAIL || auth == AUTH_TYPE_OAUTH) {
try {
EntityLog.log(context, EntityLog.Type.Debug1,
EntityLog.log(context, EntityLog.Type.Debug,
ex + "\n" + android.util.Log.getStackTraceString(ex));
authenticator.refreshToken(true);
connect(dnssec, host, port, auth, user, factory);