Commit 14e16dcc authored by Ben Hayward's avatar Ben Hayward

Removed

1 merge request!632[Sprint/QuietQuail](fix): Commented out feature service check
Pipeline #93861421 running with stages
......@@ -22,10 +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();
}
......
Please register or to comment