Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Mar 17, 2020
2 parents c7f3eea + 04545c5 commit 8d6b1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/picker/category.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export class CategoryComponent implements OnInit {

getEmojis() {
if (this.name === 'Recent') {
console.log('fuuuuu')
let frequentlyUsed = this.recent || this.frequently.get(this.perLine, this.totalFrequentLines);
if (!frequentlyUsed || !frequentlyUsed.length) {
frequentlyUsed = this.frequently.get(this.perLine, this.totalFrequentLines);
Expand Down

0 comments on commit 8d6b1d4

Please sign in to comment.