From 109a01a368ae13806123ab180a60d8bd6925908c Mon Sep 17 00:00:00 2001 From: Artus Date: Thu, 13 Jun 2019 21:47:35 +0200 Subject: [PATCH] removes debug log --- lootalot_front/src/components/Player.vue | 1 - 1 file changed, 1 deletion(-) 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 () {