Skip to content
Snippets Groups Projects
Commit bf83f7f9 authored by lotte's avatar lotte
Browse files

cleaned up console log

parent b87ecca8
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ export class TopLevelCommunityListComponent implements OnInit {
}
onPaginationChange(event) {
console.log(event);
this.config.currentPage = event.page;
this.config.pageSize = event.pageSize;
this.sortConfig.field = event.sortField;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment