diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index fef297b72..44927c8d5 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -83,11 +83,6 @@ app.user.trigger('saveteams'); this.update(); }, - saveTeams: function() { - if (this.curTeam) { - this.curTeam.team = Storage.packTeam(this.curSetList); - } - }, // the teambuilder has three views: // - team list (curTeam falsy)