]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/pages/Tournament.js
remove debug output
[alttp.git] / resources / js / pages / Tournament.js
index 20f34ceda7afd84ad8a35275d85f7948cb462c40..7e651fedcdf521a915c4ce06f2b93c8f2f5d0e4a 100644 (file)
@@ -65,7 +65,6 @@ const Tournament = () => {
                                }
                        })
                        .listen('ParticipantChanged', e => {
-                               console.log(e);
                                if (e.participant) {
                                        setTournament(tournament => patchParticipant(tournament, e.participant));
                                }