Skip to content

Commit

Permalink
refactor: remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Laffery committed Jan 14, 2025
1 parent 04256ba commit 12a3101
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/message/message-container.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class NzMessageContainerComponent extends NzMNContainerComponent {
};

this.top = toCssPixel(this.config.nzTop);
console.log(this.config, this.top);
this.cdr.markForCheck();
}
}
1 change: 0 additions & 1 deletion components/message/message.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ describe('message', () => {

overlayContainerElement = overlayContainer.getContainerElement();
const messageContainerElement = overlayContainerElement.querySelector('.ant-message') as HTMLElement;
console.log(messageContainerElement);
expect(messageContainerElement.style.top).toBe('24px');
}));

Expand Down

0 comments on commit 12a3101

Please sign in to comment.