Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed May 8, 2024
1 parent 108816d commit 9b0b2b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/faq.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export class FAQService {

this.faqByProductIdAndLocale.set(baseFAQs);
this.faqByProductLocaleCard.set(faqByProductLocaleCard);

console.log(baseFAQs, faqByProductLocaleCard);
}

public getFAQs(): Array<{
Expand Down

0 comments on commit 9b0b2b0

Please sign in to comment.