Remove debug log
This commit is contained in:
@@ -408,7 +408,6 @@ public class PassphraseDialogActivity extends FragmentActivity {
|
|||||||
}
|
}
|
||||||
backupCodeInput.deleteCharAt(backupCodeInput.length() - 1);
|
backupCodeInput.deleteCharAt(backupCodeInput.length() - 1);
|
||||||
|
|
||||||
Log.d(Constants.TAG, "backupCodeInput.toString()"+backupCodeInput.toString());
|
|
||||||
passphrase = new Passphrase(backupCodeInput.toString());
|
passphrase = new Passphrase(backupCodeInput.toString());
|
||||||
} else {
|
} else {
|
||||||
passphrase = new Passphrase(mPassphraseEditText);
|
passphrase = new Passphrase(mPassphraseEditText);
|
||||||
|
|||||||
Reference in New Issue
Block a user