am 06566db8: am 67fbc0bd: am bf8cc192: am adebbeba: Merge "Remote extraneous debugging log message" into mnc-dev

* commit '06566db8aa981d3d2d10d25724c54f9f54a1c98e':
  Remote extraneous debugging log message
This commit is contained in:
Christopher Tate
2015-07-09 23:12:22 +00:00
committed by Android Git Automerger

View File

@@ -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;
}
}