Commit 606efd85 authored by Ben Hayward's avatar Ben Hayward

left in console log

1 merge request!433[Sprint/InterestingIguana](feat): Preferred hashtag remembered in local storage #1366
Pipeline #93860803 running with stages
......@@ -200,7 +200,6 @@ export class SidebarSelectorComponent implements OnInit {
toggleTrending() {
this.showTrending = !this.showTrending;
this.hashtags = [];
console.log(`-----------`);
this.load();
}
......
Please register or to comment