Redundant call to scroll

This commit is contained in:
Michael Shamoon 2021-03-16 03:08:48 -07:00 committed by GitHub
parent 0b5be965a6
commit 2728f8eb9f

View File

@ -35,7 +35,6 @@ export class LogsComponent implements OnInit, AfterViewChecked {
reloadLogs() {
this.logService.get(this.activeLog).subscribe(result => {
this.logs = result
this.scrollToBottom()
}, error => {
this.logs = []
})