commit | b48cecbe68abbecd15991b4476a5304ee8f38bcd | [log] [tgz] |
---|---|---|
author | Ihab Awad <ihab@google.com> | Mon Nov 18 16:02:15 2013 -0800 |
committer | Ihab Awad <ihab@google.com> | Tue Nov 19 00:11:17 2013 +0000 |
tree | 2e854c11b06c4a42b23e5735996ed9c7639f8c03 | |
parent | f59d1c53b67789bad0e8f3000e270d3c19406941 [diff] |
Remove an extra logging call left over from development. Change-Id: I41cda7bc38bad1acc3ad3e1270947fe77fab9416 Bug: 11748959
diff --git a/InCallUI/src/com/android/incallui/StatusBarNotifier.java b/InCallUI/src/com/android/incallui/StatusBarNotifier.java index 6d9fd60..2de1b2d 100644 --- a/InCallUI/src/com/android/incallui/StatusBarNotifier.java +++ b/InCallUI/src/com/android/incallui/StatusBarNotifier.java
@@ -236,7 +236,6 @@ mNotificationTimer.getState() == NotificationTimer.State.FIRED); if (showNotificationNow) { - Log.e(this, "showNotificationNow == true case", new Exception()); showNotification(call, allowFullScreenIntent); } else { cancelInCall();