Kill activation reporting while we figure out how it should work

pull/14/head
Sam Bosley 13 years ago
parent 40e9098a40
commit 1a7a0b29a8

@ -79,7 +79,7 @@ public final class ABTestEventReportingService {
try {
abTestEventDao.createRelativeDateEvents();
pushAllUnreportedABTestEvents();
reportUserActivation();
// reportUserActivation();
} catch (SQLiteException e) {
StartupService.handleSQLiteError(context, e);
}

Loading…
Cancel
Save