X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fpages%2FTournament.js;fp=resources%2Fjs%2Fpages%2FTournament.js;h=7e651fedcdf521a915c4ce06f2b93c8f2f5d0e4a;hb=9ef9d8cef9ab9ab844082d3d128c2f1fd30a1770;hp=20f34ceda7afd84ad8a35275d85f7948cb462c40;hpb=3789bc2926e7c9625bfbc5f2ce2ff2df9494c8f7;p=alttp.git 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)); }