From 7d49c7ff1e90e685c1c89a566e5b7a28a7225f07 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 27 Dec 2024 21:48:52 +0100 Subject: [PATCH] chore: clean up tests --- eslint.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 72f5320..8788fa1 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -8,10 +8,6 @@ const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) const gitignorePath = path.resolve(__dirname, '.gitignore') -const unused = 'hey' - -console.log(unused) - /** @type {import('eslint').Linter.Config[]} */ export default [ { languageOptions: { globals: { ...globals.browser, ...globals.node } } },