It's common that we forget to remove debug-related console.logs before pushing a PR (anecdotal evidence here). We should add a no-console rule to eslint to make sure the CI will reject any PRs with a spurious console.log, since we should always be logging throughout the logger (which will need to be decorated with an eslint-disable for that rule).
It's common that we forget to remove debug-related
console.logs before pushing a PR (anecdotal evidence here). We should add ano-consolerule to eslint to make sure the CI will reject any PRs with a spurious console.log, since we should always be logging throughout the logger (which will need to be decorated with an eslint-disable for that rule).