Skip to content
Snippets Groups Projects
Commit b7f2175b authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Remove log message.

parent eadf9b3b
Branches
Tags
No related merge requests found
......@@ -151,7 +151,6 @@
variableName: string,
populationId: string,
): number | undefined {
console.log("getVariableValue", variableName, populationId)
const variable = variableSummaryByName[variableName]
if (variable === undefined) {
return undefined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment