]> git.localhorst.tv Git - alttp.git/commitdiff
remove debug output
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 6 Sep 2023 09:15:32 +0000 (11:15 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 6 Sep 2023 09:15:32 +0000 (11:15 +0200)
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));
                                }