Revert "Adding temporary console logging to track down issue (#2492)" (#2501)

This reverts commit 92a56f77b7.
This commit is contained in:
vchske
2026-05-27 17:46:11 -07:00
committed by GitHub
parent 92a56f77b7
commit 33c18e5b08
5 changed files with 20 additions and 55 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = {
},
],
rules: {
//CTODO temp removing this: "no-console": ["error", { allow: ["error", "warn", "dir"] }],
"no-console": ["error", { allow: ["error", "warn", "dir"] }],
curly: "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": "error",