From a3103f73c3d863a6dd021682c0d31d6bfe021491 Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Tue, 15 Feb 2022 15:09:27 -0600 Subject: [PATCH] removed debugger --- .eslintrc.json | 5 +---- src/lang.ts | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3bbd18f..980cf28 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,10 +17,7 @@ "allowNumber" : false } ], - - /* dev */ - "no-debugger": "off", - + /* important */ "prefer-const": "error", "quotes": ["error", "single"], diff --git a/src/lang.ts b/src/lang.ts index 249b47b..6752b04 100644 --- a/src/lang.ts +++ b/src/lang.ts @@ -183,5 +183,3 @@ export function getEmbed(id: string, args: basicObjectStr = {}, otherOptions: ba return embedData; } - -debugger;