Remove extraneous saveTeams function

This commit is contained in:
Guangcong Luo 2015-06-30 02:24:17 -05:00
parent bbc2188a40
commit 37af6ced67

View File

@ -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)