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 9ca9ab63f5
commit e9a0be4941
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

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(paths);
this.networkPaths = paths;
});
}