We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb9e364 + 5bbd1d1 commit 838a0e0Copy full SHA for 838a0e0
core/java/android/app/SearchDialog.java
@@ -551,7 +551,6 @@ private void launchIntent(Intent intent) {
551
try {
552
// If the intent was created from a suggestion, it will always have an explicit
553
// component here.
554
- Log.i(LOG_TAG, "Starting (as ourselves) " + intent.toUri(0));
555
getContext().startActivity(intent);
556
// If the search switches to a different activity,
557
// SearchDialogWrapper#performActivityResuming
0 commit comments