Loading src/app/services/features.service.ts +0 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,6 @@ export class FeaturesService { if (typeof this._features[feature] === 'undefined') { if (isDevMode() && !this._hasWarned(feature)) { console.warn( `[FeaturedService] Feature '${feature}' is not declared. Assuming false.` ); this._warnedCache[feature] = Date.now(); } Loading Loading
src/app/services/features.service.ts +0 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,6 @@ export class FeaturesService { if (typeof this._features[feature] === 'undefined') { if (isDevMode() && !this._hasWarned(feature)) { console.warn( `[FeaturedService] Feature '${feature}' is not declared. Assuming false.` ); this._warnedCache[feature] = Date.now(); } Loading