From 0f01cc43975b70059d1cf850cc8cce9da6f774d4 Mon Sep 17 00:00:00 2001 From: dialmedu Date: Tue, 28 Nov 2023 06:14:02 -0500 Subject: [PATCH] fix remove one debugger tag --- frontend/src/lib/support.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/support.ts b/frontend/src/lib/support.ts index 97c2880..5d8920b 100644 --- a/frontend/src/lib/support.ts +++ b/frontend/src/lib/support.ts @@ -38,7 +38,6 @@ class SupportLibraries { getLibraries = (type: LibraryType, { code = '', support = ComponentLibrary.HTML} ): string => { let library: string[] = [] - debugger Object.values(this.libraries).forEach((value: Library) => { if( value.validate(support, code)){ library = value[type]