Remove default EAS Calendar parser logging
Change-Id: Id05d9721b1f40242cb9f77ae21575bfef2d1b671
This commit is contained in:
parent
7a2776a5b4
commit
31ac14aa51
@ -209,7 +209,6 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
|
||||
public EasCalendarSyncParser(InputStream in, CalendarSyncAdapter adapter)
|
||||
throws IOException {
|
||||
super(in, adapter);
|
||||
setDebug(true);
|
||||
setLoggingTag("CalendarParser");
|
||||
mAccountUri = Events.CONTENT_URI;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user