summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/settings/CryptKeeper.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/settings/CryptKeeper.java b/src/com/android/settings/CryptKeeper.java
index 5872a05..75d905d 100644
--- a/src/com/android/settings/CryptKeeper.java
+++ b/src/com/android/settings/CryptKeeper.java
@@ -245,7 +245,6 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
*/
private void notifyUser() {
if (mNotificationCountdown > 0) {
- Log.d(TAG, "Counting down to notify user..." + mNotificationCountdown);
--mNotificationCountdown;
} else if (mAudioManager != null) {
Log.d(TAG, "Notifying user that we are waiting for input...");
@@ -724,7 +723,6 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
* Listen to key events so we can disable sounds when we get a keyinput in EditText.
*/
private void delayAudioNotification() {
- Log.d(TAG, "User entering password: delay audio notification");
mNotificationCountdown = 20;
}