X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Fresults%2FReportForm.js;h=28a757a78ed9326a916aa6f3f24a18b3f7fedda6;hb=d32516335ea2534e15256c948e9c38d3de40794b;hp=943aac39ff059c016bef1f49e9fff978fc75d60e;hpb=920f11ddfeb2175e4e1556886773dcd044c6085b;p=alttp.git diff --git a/resources/js/components/results/ReportForm.js b/resources/js/components/results/ReportForm.js index 943aac3..28a757a 100644 --- a/resources/js/components/results/ReportForm.js +++ b/resources/js/components/results/ReportForm.js @@ -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,