Skip to content

Commit 838a0e0

Browse files
gcondraAndroid (Google) Code Review
authored andcommitted
Merge "Removed intent logging from SearchDialog.java"
2 parents fb9e364 + 5bbd1d1 commit 838a0e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/app/SearchDialog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ private void launchIntent(Intent intent) {
551551
try {
552552
// If the intent was created from a suggestion, it will always have an explicit
553553
// component here.
554-
Log.i(LOG_TAG, "Starting (as ourselves) " + intent.toUri(0));
555554
getContext().startActivity(intent);
556555
// If the search switches to a different activity,
557556
// SearchDialogWrapper#performActivityResuming

0 commit comments

Comments
 (0)