Skip to content

Commit 0545550

Browse files
committed
chore(*): Remove leftover log check.
1 parent 963ef83 commit 0545550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular-elements/src/app/custom-strategy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ class IgxCustomNgElementStrategy extends ComponentNgElementStrategy {
471471

472472
/** Create proxy for a component that handles setting template props, making sure it provides correct TemplateRef and not Lit template */
473473
protected createElementsComponentProxy(component: any, config: ComponentConfig) {
474-
console.log("createProxy");
475474
const parentThis = this;
476475
return new Proxy(component, {
477476
set(target: any, prop: string, newValue: any) {

0 commit comments

Comments
 (0)