fixed the mutilple menu call issue
[portal.git] / portal-FE-common / src / app / layout / components / header / header.component.ts
index 74f6fb3..f09c772 100644 (file)
@@ -218,7 +218,6 @@ export class HeaderComponent implements OnInit {
        setLanguage(langId : string){
         
         this.menusService.setLanguage(langId, this.loginSnippetUserid).subscribe(data =>{
-            console.log("Language Applied :", data);
             this.languageEvent.emit(langId);
         });
     }