Skip to content

Commit

Permalink
fix: remove stray console.log (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
urish authored Mar 17, 2020
1 parent b530735 commit 04545c5
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 04545c5

Please sign in to comment.