Comment logging
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2023-04-11 11:33:11 +02:00
parent 2a31771ac6
commit b8f8f27794
5 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ export class PackagePreloadStrategy extends PreloadingStrategy {
}
if(route.data && route.data.package) {
if(this.packageService$.hasPackage(route.data.package)) {
console.debug(`Load module for package ${route.data.package}`)
//console.debug(`Load module for package ${route.data.package}`)
this.loading.add(route);
return load()
}