Remove default EAS Calendar parser logging

Change-Id: Id05d9721b1f40242cb9f77ae21575bfef2d1b671
This commit is contained in:
Marc Blank 2010-02-01 14:12:59 -08:00
parent 7a2776a5b4
commit 31ac14aa51

View File

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