Skip to content

Commit

Permalink
Commented log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Dec 22, 2023
1 parent 72af8c6 commit 0469975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/faq-kb.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class FaqKbService {
// debugger

if (this.project) {
console.log('00 -> FAQKB SERVICE project ID from AUTH service subscription ', this.project._id)
// console.log('00 -> FAQKB SERVICE project ID from AUTH service subscription ', this.project._id)
this.FAQKB_URL = this.SERVER_BASE_PATH + this.project._id + '/faq_kb/'


Expand Down

0 comments on commit 0469975

Please sign in to comment.