diff --git a/lootalot_front/src/components/Player.vue b/lootalot_front/src/components/Player.vue index d68c873..40e572f 100644 --- a/lootalot_front/src/components/Player.vue +++ b/lootalot_front/src/components/Player.vue @@ -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 () {