Skip to content

Commit

Permalink
Removed sync call on load (#7485)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHollidayInn authored and paglias committed May 24, 2016
1 parent 91e16ff commit 048d55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/client/js/services/userServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ angular.module('habitrpg')
$rootScope.$emit('userSynced');
});
}
sync();

var save = function () {
localStorage.setItem(STORAGE_USER_ID, JSON.stringify(user));
Expand Down

0 comments on commit 048d55b

Please sign in to comment.