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

Forgot to delete a couple prints

parent 3cff6651
No related branches found
No related tags found
No related merge requests found
Pipeline #15949 passed
......@@ -326,3 +326,5 @@
{"message":"Server initiated","level":"info","timestamp":"2021-10-04T19:35:00.399Z"}
{"message":"Server initiated","level":"info","timestamp":"2021-10-04T19:35:27.495Z"}
{"message":"Population Maternity does not respect format","level":"info","timestamp":"2021-10-04T19:35:42.727Z"}
{"message":"Server initiated","level":"info","timestamp":"2021-10-08T16:11:19.344Z"}
{"message":"Server initiated","level":"info","timestamp":"2021-10-08T16:13:24.314Z"}
......@@ -72,7 +72,6 @@ const getEquationValues = async (ageBracket: AgeBracket, sex: Sex): Promise<numb
res.push(constant.value);
});
});
console.log(res);
} else {
await DefaultExtraData.findAll({
where: {
......@@ -114,7 +113,6 @@ const getEquationValues = async (ageBracket: AgeBracket, sex: Sex): Promise<numb
res.push(constant.value);
});
});
console.log(res);
} else {
await DefaultExtraData.findAll({
where: {
......
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