From 1a7a0b29a89da5c610bb6ad59cb8ef14235269be Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 13 Dec 2012 12:41:06 -0800 Subject: [PATCH] Kill activation reporting while we figure out how it should work --- .../astrid/service/abtesting/ABTestEventReportingService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }