am c1ff5048: am e3338641: Merge "Remove spammy log message." into jb-ub-mail-ur9

* commit 'c1ff50488ee84e39272b7ba8868e40b99b900406':
  Remove spammy log message.
This commit is contained in:
Yu Ping Hu 2013-04-15 11:03:32 -07:00 committed by Android Git Automerger
commit 803cf9c4c9

View File

@ -885,7 +885,7 @@ public class EmailProvider extends ContentProvider {
case HOSTAUTH_ID:
return "vnd.android.cursor.item/email-hostauth";
default:
throw new IllegalArgumentException("Unknown URI " + uri);
return null;
}
}