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