removes debug log

This commit is contained in:
2019-06-13 21:47:35 +02:00
parent 93e839e40e
commit 109a01a368

View File

@@ -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 () {