Remove logger

Co-authored-by: Bufo <32884105+bufo24@users.noreply.github.com>
This commit is contained in:
softsimon 2023-03-24 23:05:34 +09:00 committed by softsimon
parent a5cfe33573
commit e1a141d986

View File

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