Redundant call to scroll

This commit is contained in:
Michael Shamoon 2021-03-16 03:08:48 -07:00 committed by GitHub
parent ee04a9226b
commit 816871eed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = []
})