Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Apr 16, 2024
1 parent 31bfc7b commit 42a940b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ngx-sonner/src/lib/toast.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,6 @@ export class ToastComponent implements AfterViewInit, OnDestroy {
}));

constructor() {
effect(() => {
console.log(this.toast().dismissible);
});

effect(() => {
const heightIndex = this.heightIndex();
const toastsHeightBefore = this.toastsHeightBefore();
Expand Down

0 comments on commit 42a940b

Please sign in to comment.