Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf0c1ac1 authored by Christopher Tate's avatar Christopher Tate
Browse files

Remote extraneous debugging log message

Bug 22069429

Change-Id: I4e3803aff58449b2544d9d7cca27d8d2115ccdd6
parent 607a040d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2835,7 +2835,6 @@ public class PackageParser {
                if (!aii.hasAction(Intent.ACTION_DEFAULT)) continue;
                if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||
                        aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) {
                    Slog.d(TAG, "hasDomainURLs:true for package:" + pkg.packageName);
                    return true;
                }
            }