mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-14 02:07:51 +00:00
1) warn user that espresso tests delete contacts
2) don't leak verification code in logs // FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
26f77bd00f
commit
d6a970133e
@@ -108,7 +108,7 @@ public class TextSecureEspressoTestCase<T extends Activity> extends ActivityInst
|
||||
pstnNumber = pstnString.split(":")[1];
|
||||
verificationCode = RegistrationBypassUtil.getVerificationCodeForPstnString(context, pstnString);
|
||||
|
||||
Log.d(TAG, "using pstn id of " + pstnString + " with verification code " + verificationCode);
|
||||
Log.d(TAG, "using pstn string of " + pstnString);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user