Removed useless console log

ref #119
This commit is contained in:
Nicolai Ort 2021-04-03 19:44:57 +02:00
parent bb9b779cee
commit 48cfc15cfb

View File

@ -41,7 +41,6 @@
runner.distanceDonations = current_donations.find((d) => d.runner?.id == runner.id) || []; runner.distanceDonations = current_donations.find((d) => d.runner?.id == runner.id) || [];
certificateRunners.push(runner); certificateRunners.push(runner);
} }
console.log(certificateRunners)
fetch( fetch(
`${config.baseurl}/documents/certificates?locale=${locale}&download=true&key=${config.documentserver_key}`, `${config.baseurl}/documents/certificates?locale=${locale}&download=true&key=${config.documentserver_key}`,
{ {