diff --git a/astrid/src/com/todoroo/astrid/service/abtesting/ABTestEventReportingService.java b/astrid/src/com/todoroo/astrid/service/abtesting/ABTestEventReportingService.java index 238ade4d7..3f79dee74 100644 --- a/astrid/src/com/todoroo/astrid/service/abtesting/ABTestEventReportingService.java +++ b/astrid/src/com/todoroo/astrid/service/abtesting/ABTestEventReportingService.java @@ -79,7 +79,7 @@ public final class ABTestEventReportingService { try { abTestEventDao.createRelativeDateEvents(); pushAllUnreportedABTestEvents(); - reportUserActivation(); +// reportUserActivation(); } catch (SQLiteException e) { StartupService.handleSQLiteError(context, e); }