removed logs

This commit is contained in:
Timo 2021-04-26 21:04:47 +03:00
parent 06195754d4
commit 6c81ac3bfb

View File

@ -102,7 +102,6 @@ export class ProjectOverviewScreenComponent extends BaseListingComponent<FileSta
.subscribe((event) => {
if (event instanceof NavigationStart && !event.url.endsWith(this._appStateService.activeProjectId)) {
this._lastScrollPosition = this._scrollBar.measureScrollOffset('top');
console.log('file list: ', this._lastScrollPosition);
}
});
}