Skip to content

Commit

Permalink
GH-287 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemke committed Jan 31, 2022
1 parent 3d7dca1 commit 5609dac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ export class ChatInputComponent implements OnInit, AfterViewInit, OnDestroy {

this.styleDropdownEl(q,v);

console.log('bef', this.allSuggestions.length, q);
this.suggestions = this.allSuggestions
.filter(({username}) => username.toLowerCase().startsWith(q.toLowerCase()))
.slice(0, this.suggestionsSlice);
Expand Down

0 comments on commit 5609dac

Please sign in to comment.