mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
Removed sync call on load (#7485)
This commit is contained in:
parent
91e16ff191
commit
048d55b962
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ angular.module('habitrpg')
|
|||
$rootScope.$emit('userSynced');
|
||||
});
|
||||
}
|
||||
sync();
|
||||
|
||||
var save = function () {
|
||||
localStorage.setItem(STORAGE_USER_ID, JSON.stringify(user));
|
||||
|
|
|
|||
Loading…
Reference in a new issue