From 376069895182701addbb5fd06c0206dd1098ed2a Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Fri, 3 May 2024 21:33:16 -0400 Subject: [PATCH] Removed debugging. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index eb35ee3a2c..61bebbf483 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,7 +43,7 @@ "@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }], "@typescript-eslint/no-this-alias": ["error", { "allowedNames": ["self"] }], "@typescript-eslint/no-unused-vars": ["error", { "args": "none" }], - //"no-console": "error", + "no-console": "error", "import/no-unresolved": "off", // TODO: Look into turning off once each package is an actual package. "import/order": [ "error",