Merge "Remote extraneous debugging log message" into mnc-dev

This commit is contained in:
Christopher Tate
2015-07-09 21:04:30 +00:00
committed by Android (Google) Code Review

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