style: remove console.log of season filter

This commit is contained in:
Valentin Kaelin 2020-02-01 20:23:05 +01:00
parent c7bb47dd07
commit e520807919

View file

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