Skip to content
Snippets Groups Projects
Commit d8f3355c authored by Agustin's avatar Agustin
Browse files

Me habia olvidado un console log lmao

parent 42ae20e9
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ const calculate6To17Years = (group: AgeGroup, params: number[], data: ExtraData)
} else {
tee = calculateTEE(group, params, data.minorPAL);
}
console.log(tee);
const requirement = tee + params[3];
const groupRequirement: GroupEnergeticRequirement = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment