]> git.localhorst.tv Git - alttp.git/commitdiff
remove debug output
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 13 Mar 2022 20:20:46 +0000 (21:20 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 13 Mar 2022 20:20:46 +0000 (21:20 +0100)
resources/js/components/pages/Tournament.js

index 5a9c8b05c207ce74db4c159559bdef5b5511b106..90f7d038c3718612d5051dcf9453abbb79e14fe8 100644 (file)
@@ -36,7 +36,6 @@ const Tournament = () => {
        useEffect(() => {
                window.Echo.private(`Tournament.${id}`)
                        .listen('ResultReported', e => {
-                               console.log(e);
                                if (e.result) {
                                        setTournament(tournament => patchResult(tournament, e.result));
                                }