removed debugger

This commit is contained in:
2022-02-15 15:09:27 -06:00
parent 5348ab487b
commit a3103f73c3
2 changed files with 1 additions and 6 deletions

View File

@@ -18,9 +18,6 @@
}
],
/* dev */
"no-debugger": "off",
/* important */
"prefer-const": "error",
"quotes": ["error", "single"],

View File

@@ -183,5 +183,3 @@ export function getEmbed(id: string, args: basicObjectStr = {}, otherOptions: ba
return embedData;
}
debugger;