From d96ec27c8827384b829d00a243898612557b6147 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 24 May 2020 13:32:33 +1000 Subject: [PATCH] Remove console log in game --- src/routes/Game.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/Game.js b/src/routes/Game.js index affc92a..2a00147 100644 --- a/src/routes/Game.js +++ b/src/routes/Game.js @@ -248,7 +248,6 @@ function Game() { } function handleMapTokenStateChange(change) { - console.log(change); if (currentMapState === null) { return; }