Remove annoying frontend console log

This commit is contained in:
softsimon
2022-11-30 22:07:47 +09:00
parent 0e903a8a56
commit 52c3220a96
3 changed files with 0 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ export class MasterPageComponent implements OnInit {
this.urlLanguage = this.languageService.getLanguageForUrl();
this.subdomain = this.enterpriseService.getSubdomain();
this.navigationService.subnetPaths.subscribe((paths) => {
console.log('network paths updated...');
this.networkPaths = paths;
});
}