From 551f495698c38c1acc8d84d6dc2e0e99b8cb0b0f Mon Sep 17 00:00:00 2001 From: richard-loafle <44828666+richard-loafle@users.noreply.github.com> Date: Wed, 5 Feb 2020 12:07:36 +0900 Subject: [PATCH] comment removed --- .../src/lib/components/message-box.component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/ucap-webmessenger-ui-chat/src/lib/components/message-box.component.ts b/projects/ucap-webmessenger-ui-chat/src/lib/components/message-box.component.ts index e8f362b3..1030f7d7 100644 --- a/projects/ucap-webmessenger-ui-chat/src/lib/components/message-box.component.ts +++ b/projects/ucap-webmessenger-ui-chat/src/lib/components/message-box.component.ts @@ -122,10 +122,6 @@ export class MessageBoxComponent implements OnInit, AfterViewInit { } ngAfterViewInit(): void { - this.logger.debug( - 'offsetHeight' + this.message.seq, - this.mbContainer.nativeElement.offsetHeight - ); this.elementRef.nativeElement.style.height = `${this.mbContainer.nativeElement.offsetHeight}px`; this.elementRef.nativeElement.style.maxHeight = `${this.mbContainer.nativeElement.offsetHeight}px`; this.mbContainer.nativeElement.classList.remove('hide');