Commit ab63c675 authored by Ben's avatar Ben Committed by Mark Harding
Browse files

[Sprint/QuietQuail](fix): Commented out feature service check

parent 221e4653
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();
      }