@sunbird-cb/consumption 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7653,9 +7653,6 @@ var CompetencyPassbookComponent = /** @class */ (function () {
7653
7653
  * @return {?}
7654
7654
  */
7655
7655
  function () {
7656
- if (this.configSvc && this.configSvc.userProfile.rootOrgId) {
7657
- this.orgId = this.configSvc.userProfile.rootOrgId;
7658
- }
7659
7656
  this.getCompetencyArea();
7660
7657
  this.getAllCompetencies();
7661
7658
  // this.competencyData = this.objectData
@@ -7979,8 +7976,6 @@ if (false) {
7979
7976
  /** @type {?} */
7980
7977
  CompetencyPassbookComponent.prototype.loadCompetencyArea;
7981
7978
  /** @type {?} */
7982
- CompetencyPassbookComponent.prototype.orgId;
7983
- /** @type {?} */
7984
7979
  CompetencyPassbookComponent.prototype.competencyArea;
7985
7980
  /** @type {?} */
7986
7981
  CompetencyPassbookComponent.prototype.selectedValue;