We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629c676 commit 5bbd1d1Copy full SHA for 5bbd1d1
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