diff --git a/src/com/android/settings/CryptKeeperConfirm.java b/src/com/android/settings/CryptKeeperConfirm.java index 53688f4415d..ba8ce109d04 100644 --- a/src/com/android/settings/CryptKeeperConfirm.java +++ b/src/com/android/settings/CryptKeeperConfirm.java @@ -68,7 +68,6 @@ public class CryptKeeperConfirm extends Fragment { IMountService mountService = IMountService.Stub.asInterface(service); try { Bundle args = getIntent().getExtras(); - Log.d("CryptKeeper", "### password = " + args.getString("password")); mountService.encryptStorage(args.getString("password")); } catch (Exception e) { Log.e("CryptKeeper", "Error while encrypting...", e);