removing initialization on top in favor of default

This commit is contained in:
Abhinav Adduri 2017-07-21 13:41:59 -07:00
parent 09a6192bf5
commit b18bcd3b6e
2 changed files with 0 additions and 8 deletions

View file

@ -10,10 +10,6 @@ require('jquery-circle-progress');
const Raven = window.Raven;
if (!storage.has('totalUploads')) {
storage.totalUploads = 0;
}
if (storage.has('referrer')) {
window.referrer = storage.referrer;
storage.remove('referrer');