Removed sync call on load (#7485)

This commit is contained in:
Keith Holliday 2016-05-24 21:41:38 +01:00 committed by Matteo Pagliazzi
parent 91e16ff191
commit 048d55b962

View file

@ -112,7 +112,6 @@ angular.module('habitrpg')
$rootScope.$emit('userSynced');
});
}
sync();
var save = function () {
localStorage.setItem(STORAGE_USER_ID, JSON.stringify(user));