raise-common-lib 0.0.35 → 0.0.37

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.
@@ -19400,7 +19400,6 @@
19400
19400
  * @return {?}
19401
19401
  */
19402
19402
  function (item) { return item.text === event.item.text; }));
19403
- this.translationService.getTranslation(this.currentLang.languageCode);
19404
19403
  this.changeLanguage.emit(this.currentLang.languageCode);
19405
19404
  };
19406
19405
  RSHeaderComponent.decorators = [