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

Commit 6504f291 authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Sumit Pundir
Browse files

Remove temporary logs

parent f6db517b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1392,9 +1392,6 @@ public class AccountSetupPresenter implements AccountSetupContract.Presenter,

        account.save(preferences);

	Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri());
        Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri());

        if (account.equals(preferences.getDefaultAccount()) || makeDefault) {
            preferences.setDefaultAccount(account);
        }
+0 −3
Original line number Diff line number Diff line
@@ -36,9 +36,6 @@ public class EeloAccountCreator {
            e.printStackTrace();
        }

        Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri());
        Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri());

        Account account = preferences.newAccount();
        account.setDeviceAccount(true);
        account.loadConfig(accountConfig);