removes debug log
This commit is contained in:
@@ -90,7 +90,6 @@
|
|||||||
player () {
|
player () {
|
||||||
const id = this.app_state.player_id;
|
const id = this.app_state.player_id;
|
||||||
const idx = this.player_list.findIndex(p => p.id == id);
|
const idx = this.player_list.findIndex(p => p.id == id);
|
||||||
console.log(id, idx);
|
|
||||||
return this.player_list[idx];
|
return this.player_list[idx];
|
||||||
},
|
},
|
||||||
name () {
|
name () {
|
||||||
|
|||||||
Reference in New Issue
Block a user