For now, shelve persistance across sessions

This commit is contained in:
Luke Barnard 2018-06-15 17:08:11 +01:00
parent edfc9a0841
commit 488cc416cf
3 changed files with 17 additions and 10 deletions

View file

@ -1313,7 +1313,10 @@ export default React.createClass({
// TODO: Pass reason for failure as third argument to trackEvent
Analytics.trackEvent('E2E', 'Decryption failure');
});
dft.loadTrackedEventHashMap();
// Shelved for later date when we have time to think about persisting history of
// tracked events across sessions.
// dft.loadTrackedEventHashMap();
const stopDft = dft.start();