From: Daniel Karbach Date: Wed, 6 Sep 2023 09:15:32 +0000 (+0200) Subject: remove debug output X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=9ef9d8cef9ab9ab844082d3d128c2f1fd30a1770;hp=3789bc2926e7c9625bfbc5f2ce2ff2df9494c8f7;p=alttp.git remove debug output --- diff --git a/resources/js/pages/Tournament.js b/resources/js/pages/Tournament.js index 20f34ce..7e651fe 100644 --- a/resources/js/pages/Tournament.js +++ b/resources/js/pages/Tournament.js @@ -65,7 +65,6 @@ const Tournament = () => { } }) .listen('ParticipantChanged', e => { - console.log(e); if (e.participant) { setTournament(tournament => patchParticipant(tournament, e.participant)); }