mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
style: remove console.log of season filter
This commit is contained in:
parent
c7bb47dd07
commit
e520807919
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ export default {
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
filterSeason() {
|
filterSeason() {
|
||||||
console.log('filter season', this.season)
|
|
||||||
this.updateSeason(this.season)
|
this.updateSeason(this.season)
|
||||||
},
|
},
|
||||||
...mapActions('summoner', ['updateSeason'])
|
...mapActions('summoner', ['updateSeason'])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue