From 86508085ea181f2d514569a5cf4fe0633d90b843 Mon Sep 17 00:00:00 2001 From: Vikram Aggarwal Date: Mon, 8 Oct 2012 12:57:49 -0700 Subject: Remove further logging Bug: 7302014 CryptKeeper logs PII data Change-Id: Ifb18c428c70e97f28ceeced2fa0aa6e9247a5372 --- src/com/android/settings/CryptKeeper.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/com/android/settings/CryptKeeper.java b/src/com/android/settings/CryptKeeper.java index 75d905d..f07d6fa 100644 --- a/src/com/android/settings/CryptKeeper.java +++ b/src/com/android/settings/CryptKeeper.java @@ -247,7 +247,6 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList if (mNotificationCountdown > 0) { --mNotificationCountdown; } else if (mAudioManager != null) { - Log.d(TAG, "Notifying user that we are waiting for input..."); try { // Play the standard keypress sound at full volume. This should be available on // every device. We cannot play a ringtone here because media services aren't -- cgit v1.1