Skip to content

Commit

Permalink
removed testing log for element registration
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Feb 22, 2024
1 parent ec3de06 commit bd5fa19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Element/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ class Element extends Events {
*/
static register<Type>(type: string, cls: new () => Type, defaultArguments?: any) {
elementRegistry.set(type, { cls, defaultArguments });
console.log('REGISTERED', type);
}

/**
Expand Down

0 comments on commit bd5fa19

Please sign in to comment.