Skip to content

Commit

Permalink
Merge pull request #1635 from CarnegieLearningWeb/fix/remove-debuggin…
Browse files Browse the repository at this point in the history
…g-code

remove unnessary console logs
  • Loading branch information
Yagnik56 authored Jun 10, 2024
2 parents d8d452e + 1a801b5 commit 19030d0
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ import { FeatureFlagsService } from '../../../../../../core/feature-flags/featur
export class FeatureFlagDetailsPageContentComponent {
activeTabIndex$ = this.featureFlagsService.activeDetailsTabIndex$;

constructor(private featureFlagsService: FeatureFlagsService) {
console.log('in the ff content component');
this.activeTabIndex$.subscribe((activeTabIndex) => {
console.log('activeTabIndex', activeTabIndex);
});
}
constructor(private featureFlagsService: FeatureFlagsService) {}
}

0 comments on commit 19030d0

Please sign in to comment.