]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/protocol/Protocol.js
public tournament page
[alttp.git] / resources / js / components / protocol / Protocol.js
index e94cad7bf436667ec1f61c724f299287212523d6..7cd0b754b1b19944d0e5b1124b3a3932187dd43b 100644 (file)
@@ -23,7 +23,6 @@ const Protocol = ({ id }) => {
        useEffect(() => {
                window.Echo.private(`Protocol.${id}`)
                        .listen('ProtocolAdded', e => {
-                               console.log(e);
                                if (e.protocol) {
                                        setProtocol(protocol => [e.protocol, ...protocol]);
                                }