Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfd179f2 authored by David Luhmer's avatar David Luhmer
Browse files

remove logging code

parent ec9153c9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ public class SSOException extends Exception {
    private void loadExceptionMessage(Context context) {
        em = new ExceptionMessage();

        Log.d("AAAAAA", "this.getClass(): " + this.getClass());

        if(this instanceof CurrentAccountNotFoundException) {
            em.title   = context.getString(R.string.current_account_not_found_exception_title);
            em.message = context.getString(R.string.current_account_not_found_exception_message);