Skip to content

Commit

Permalink
remove useless console
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofigelov committed Nov 16, 2020
1 parent 514a8c3 commit 2092d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dc-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class DcFactory {
* @param {Function|string} selector that indicates how we should search that component elements
*/
public register(ComponentClass: typeof DcBaseComponent, selector?: string | Function | undefined): void {
console.log(selector);
this._registeredComponents.push({
_Class: ComponentClass,
selector,
Expand Down

0 comments on commit 2092d0c

Please sign in to comment.