cleanup: remove logs

This commit is contained in:
Liyas Thomas
2021-05-15 06:47:13 +00:00
committed by GitHub
parent 8e3ecb4c25
commit 76866f78f0
13 changed files with 5 additions and 45 deletions

View File

@@ -135,17 +135,13 @@ export default {
this.showModalImportExport = shouldDisplay
},
editTeam(team, teamID) {
console.log("editTeamStart", team)
this.editingTeam = team
this.editingteamID = team.id
this.displayModalEdit(true)
this.syncTeams()
},
resetSelectedData() {
console.log("resetSelectedData")
},
syncTeams() {
console.log("syncTeams")
this.$data.editingTeam = undefined
this.$data.editingteamID = undefined
},
},
beforeDestroy() {