]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/results/ReportForm.js
server calculated scoring
[alttp.git] / resources / js / components / results / ReportForm.js
index 943aac39ff059c016bef1f49e9fff978fc75d60e..28a757a78ed9326a916aa6f3f24a18b3f7fedda6 100644 (file)
@@ -122,7 +122,6 @@ export default withFormik({
        },
        mapPropsToValues: ({ participant, round }) => {
                const result = findResult(participant, round);
-               console.log(result);
                return {
                        forfeit: result ? !!result.forfeit : false,
                        participant_id: participant.id,