Skip to content

Commit

Permalink
chore(core): remove console #WIK-4399
Browse files Browse the repository at this point in the history
  • Loading branch information
王焕 authored and pubuzhixing8 committed Jul 16, 2021
1 parent ee5af7a commit 28c93fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/src/view/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export abstract class ViewContainer<T extends ViewContainerItem> implements Afte
// first diff
differ.diff(this.childrenComponent);
const parentElement: HTMLElement = this.elementRef.nativeElement.parentElement;
console.log(parentElement,'parentElement')
let firstChildComponent = this.childrenComponent.first;
if (this.childrenComponent.length > 0) {
parentElement.insertBefore(this.createFragment(), this.elementRef.nativeElement);
Expand Down

0 comments on commit 28c93fe

Please sign in to comment.