summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2013-11-18 17:11:41 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-18 17:11:41 -0800
commit6a3cef1ae83e41d4c75b73cd324457934635d5d9 (patch)
tree2b160b8b4a48be9a84fb6e29394cd0ff9af002db
parent178ede8b23633d3144faa429dd098b755f6c7663 (diff)
parentb48cecbe68abbecd15991b4476a5304ee8f38bcd (diff)
am 829ebfec: Remove an extra logging call left over from development.
* commit '829ebfec91bd255a73ce25ed5e3344ba11929166': Remove an extra logging call left over from development.
-rw-r--r--InCallUI/src/com/android/incallui/StatusBarNotifier.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/InCallUI/src/com/android/incallui/StatusBarNotifier.java b/InCallUI/src/com/android/incallui/StatusBarNotifier.java
index 6d9fd600c..2de1b2d0a 100644
--- a/InCallUI/src/com/android/incallui/StatusBarNotifier.java
+++ b/InCallUI/src/com/android/incallui/StatusBarNotifier.java
@@ -236,7 +236,6 @@ public class StatusBarNotifier implements InCallPresenter.InCallStateListener {
mNotificationTimer.getState() == NotificationTimer.State.FIRED);
if (showNotificationNow) {
- Log.e(this, "showNotificationNow == true case", new Exception());
showNotification(call, allowFullScreenIntent);
} else {
cancelInCall();