From 108814cf4f1968914955bb64602d9b6094176dfa Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:45:37 +0900 Subject: [PATCH] duplicate case --- html/src/app.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 5de7abf7..afaf8362 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -4720,14 +4720,6 @@ speechSynthesis.getVoices(); }; break; - case 'location': - tableData = { - created_at: gameLog.dt, - type: 'Location', - data: gameLog.location - }; - break; - case 'player-joined': if (currentUserDisplayName === gameLog.userDisplayName) { continue;