fix remove one debugger tag

This commit is contained in:
dialmedu 2023-11-28 06:14:02 -05:00
parent f76cc72b44
commit 0f01cc4397

View File

@ -38,7 +38,6 @@ class SupportLibraries {
getLibraries = (type: LibraryType, { code = '', support = ComponentLibrary.HTML} ): string => { getLibraries = (type: LibraryType, { code = '', support = ComponentLibrary.HTML} ): string => {
let library: string[] = [] let library: string[] = []
debugger
Object.values(this.libraries).forEach((value: Library) => { Object.values(this.libraries).forEach((value: Library) => {
if( value.validate(support, code)){ if( value.validate(support, code)){
library = value[type] library = value[type]