Remove logging of the password.

Change-Id: I2b3595089be8fc1d8c197dfa1ef8783c9dd2cf40
This commit is contained in:
Jason parks
2011-03-15 15:24:16 -05:00
parent 7d3d72ba46
commit e481eaf961

View File

@@ -68,7 +68,6 @@ public class CryptKeeperConfirm extends Fragment {
IMountService mountService = IMountService.Stub.asInterface(service); IMountService mountService = IMountService.Stub.asInterface(service);
try { try {
Bundle args = getIntent().getExtras(); Bundle args = getIntent().getExtras();
Log.d("CryptKeeper", "### password = " + args.getString("password"));
mountService.encryptStorage(args.getString("password")); mountService.encryptStorage(args.getString("password"));
} catch (Exception e) { } catch (Exception e) {
Log.e("CryptKeeper", "Error while encrypting...", e); Log.e("CryptKeeper", "Error while encrypting...", e);