@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.
@@ -7859,9 +7859,6 @@
7859
7859
  * @return {?}
7860
7860
  */
7861
7861
  function () {
7862
- if (this.configSvc && this.configSvc.userProfile.rootOrgId) {
7863
- this.orgId = this.configSvc.userProfile.rootOrgId;
7864
- }
7865
7862
  this.getCompetencyArea();
7866
7863
  this.getAllCompetencies();
7867
7864
  // this.competencyData = this.objectData
@@ -8185,8 +8182,6 @@
8185
8182
  /** @type {?} */
8186
8183
  CompetencyPassbookComponent.prototype.loadCompetencyArea;
8187
8184
  /** @type {?} */
8188
- CompetencyPassbookComponent.prototype.orgId;
8189
- /** @type {?} */
8190
8185
  CompetencyPassbookComponent.prototype.competencyArea;
8191
8186
  /** @type {?} */
8192
8187
  CompetencyPassbookComponent.prototype.selectedValue;