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

Comment log message when calculation token is obsolete.

parent 4c2c0daf
No related branches found
No related tags found
No related merge requests found
......@@ -342,9 +342,9 @@
} else if (
result.token !== $calculationTokenByName[calculationName]
) {
console.log(
`Ignoring API ${calculationName} response with invalid token: ${result.token} instead of ${$calculationTokenByName[calculationName]}`,
)
// console.log(
// `Ignoring API ${calculationName} response with invalid token: ${result.token} instead of ${$calculationTokenByName[calculationName]}`,
// )
} else if (result.done) {
$calculationRunningByName = { ...$calculationRunningByName }
delete $calculationRunningByName[calculationName]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment